For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conditional statements

NAME
DESCRIPTION

Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE

Returns the value you specify if a formula returns the #N/A error value; otherwise, it returns the result of the formula

Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value is returned.

Last updated

Was this helpful?