Changes

Jump to navigation Jump to search
4 bytes added ,  21:59, 3 August 2018
no edit summary
Line 1: Line 1:  
=OR(l1,l2,...)=
 
=OR(l1,l2,...)=
 +
<div style="font-size:30px">'''OR () '''</div><br/>
   −
*where <math>l1,l2,...</math> are logical values or conditions to be tested.
+
*Parameters are logical values or conditions to be tested.
    
OR() returns TRUE if any argument is TRUE, and returns FALSE if all arguments are FALSE.
 
OR() returns TRUE if any argument is TRUE, and returns FALSE if all arguments are FALSE.
Line 7: Line 8:  
== Description ==
 
== Description ==
   −
OR(l1,l2,...)
+
OR()
    
For Example,
 
For Example,
Line 18: Line 19:     
*This function displays the output as TRUE or FALSE.
 
*This function displays the output as TRUE or FALSE.
*Argument <math>l1</math> is required. <math>l2,l3,...</math> arguments are optional.
+
*First parameter is required. From second parameter is optional.
 
*The conditions mentioned as arguments should evaluate as TRUE(logical 1) or FALSE(logical 0). Else Calci displays an #NULL error message.
 
*The conditions mentioned as arguments should evaluate as TRUE(logical 1) or FALSE(logical 0). Else Calci displays an #NULL error message.
 
*If any one argument is TRUE, calci returns TRUE as output.
 
*If any one argument is TRUE, calci returns TRUE as output.
writer
6,694

edits

Navigation menu