Thursday 20 April 2017

Excel - Microsoft Excel AND Function

Description

The Excel AND function tests a number of user-defined conditions and returns a result of: 
The syntax of the function is : 

AND( logical_test1, [logical_test2], ... ) 

where the arguments, logical_test1, [logical_test2], etc, are conditions that evaluate to either TRUE or FALSE. 

In Excel 2007 or 2010, you can enter up to 255 logical_test arguments to the Excel And function. However, in Excel 2003, the function can only handle up to 30 arguments. 

Note that, if the logical_tests evaluate to numbers, instead of logical values, the value zero evaluates to FALSE and all non-zero values are treated as the logical value TRUE. 

Excel And Function Examples
The following spreadsheet shows three examples of the Excel And function, with different conditions. 



And Function Common Error
If you get an error from the Excel And Function, this is likely to be the #VALUE! error: 

Common Error 

No comments:

Post a Comment