 |
IF function
Syntax: IF(logical_test, [value_if_true], [value_if_false]) ... Argument name Description logical_test (Required) The condition you want to test. value_if_true (Required) The value that you want returned if the result of logical_test is TRUE.
support.office.com |
 |