Excel IF function
Function IF
Description Excel IF function is for logical test. It check whether a condition met then returns a value if TRUE or another value if FALSE.
Syntax IF(logic_test, value_if true, value_if_false)
logical_test A value or logical check that returns with TRUE or FALSE.
value_if_true [optional] The value to return when logical_test is to TRUE.
value_if_false [optional] The value to return when logical_test is to FALSE.
Click here to see posts related to function IF
Related Video Tutorials: