If¤
Excel IF(test; then_value; otherwise_value): Returns different values based on the test value. Note that in this implementation it will not actually evaluate logical conditions. Then_value is the value that is returned if the test is TRUE. Otherwise_value (optional) is the value that is returned if the test is FALSE.
Parameter¤
Function name¤
The name of the Excel function
- Datatype:
string
- Default Value:
IF