First Blocks
Browse All Templates
Notion Formulas
Functions
Logical Functions
ifs()
...
Returns:
all types
Syntax:
ifs(condition1, value1, condition2, value2, ...)
Example:
ifs(5 > 3, "Yes", 5 < 3, "No") = Yes
The content of this page will be added in the coming days.