Excel Function : IF
Category
Logical
Description
Specifies a logical test to perform
Microsoft Excel Reference Page
https://support.office.com/en-us/article/IF-function-69aed7c9-4e8a-4755-a9bc-aa8bbff73be2
Syntax and Description of the IF Excel Function
The syntax for the IF function in Microsoft Excel is as follows: =IF(logical_test, [value_if_true], [value_if_false])
About IF Excel Function
The IF function in Excel allows you to evaluate a condition and return one value if the condition is TRUE, and another value if the condition is FALSE.