Changes

Jump to navigation Jump to search
17 bytes removed ,  09:17, 5 December 2013
Line 6: Line 6:  
*This function gives the statement TRUE or FALSE.
 
*This function gives the statement TRUE or FALSE.
 
*AND function is calculating our arguments to logical values such as TRUE or FALSE.
 
*AND function is calculating our arguments to logical values such as TRUE or FALSE.
*In <math>AND(l1,l2,...)</math>, if all the values of the arguments are TRUE, the function returns TRUE, otherwise FALSE.
+
*In <math>AND(l1,l2,...)</math>, if all the values of the arguments are TRUE, the function returns TRUE.
*If any one of the argument is false, then the function returns FALSE.
+
*If any one of the argument is FALSE, then the function returns FALSE.
 
*Any text or any empty cells are in the referred argument, then those values are ignored.
 
*Any text or any empty cells are in the referred argument, then those values are ignored.
 
*Suppose in the referred array contains no logical values, then this function will give the result as error.
 
*Suppose in the referred array contains no logical values, then this function will give the result as error.
writer
6,694

edits

Navigation menu