[]
This function checks whether the value in a LAMBDA is missing.
ISOMITTED(argument)
Specify a value you want to test, such as a LAMBDA parameter.
Returns a boolean value of TRUE or FALSE.
LAMBDA(x,y,ISOMITTED(y))(1,)
returns TRUE.
LAMBDA(x,y,ISOMITTED(y))(1,2)
returns FALSE.