BioloMICS logo
×
BioloMICS menu

IF

 
Category: Logical Function.
 
Description: Checks a condition and returns one result if the condition is TRUE, and another result if the condition is FALSE.
 
Syntax: IF(logical_test, [value_if_true], [value_if_false])