ISOMITTED
Description
Checks if a LAMBDA parameter has been omitted when the LAMBDA function is called.
This function is useful for building robust custom functions that can handle optional arguments.
Syntax
ISOMITTED(
argument
) - argument: The value you want to test, such as a LAMBDA parameter.