Google Sheets places all of their functions into one of 16 different types of functions. We have compiled a list of all Google Sheets Logical functions in one place.
Function Name | Description | Syntax |
---|---|---|
IF | Returns one value if a logical expression is “TRUE” and another if it is “FALSE”. | IF(logical_expression, value_if_true, value_if_false) |