8 Logical Functions
Here is the list of the logical functions, please click each function to see more details.
| Function | Formula |
|---|---|
| AND Function | And(Logical1, [Logical2], …) |
| FALSE Function | False() |
| IF Function | If(Logical_Test, Value_If_True, [Value_If_False]) |
| IFERROR Function | Iferror(Value, Value_If_Error) |
| IFNA Function | Ifna(Value, Value_If_Na) |
| NOT Function | Not(Logical) |
| OR Function | Or(Logical1, [Logical2], …) |
| TRUE Function | True() |