Parameter List
Syntax
IFS(condition1, value1,
[condition2, value2]
)condition1
The first condition to be evaluated. For example: A1>10
value1
The returned value if condition1 is TRUE. For example: `"Pass"
[optional] condition2
The second condition to be evaluated. For example: A1<9