ISOMITTED
Checks whether the value in a LAMBDA is missing and returns TRUE if it is
Syntax
ISOMITTED(argument)
Parameters
- argument: Required. The argument to check, typically a LAMBDA parameter
Example
=LAMBDA(x, IF(ISOMITTED(x), "Missing", x))
Checks whether the value in a LAMBDA is missing and returns TRUE if it is
ISOMITTED(argument)
=LAMBDA(x, IF(ISOMITTED(x), "Missing", x))