IF
Function name | IF |
Type | Logical |
Arguments | – test – then_value – otherwise_value |
Syntax | =IF(test, then_value, otherwise_value) |
Description | Checks whether a condition is met and returns one value if true and another value if false. |
The Arguments description:
- test – a value or logical expression that is to be evaluated.
- then_value – the value to return when test