[]
This function is used to check whether the value in a LAMBDA is missing and returns TRUE or FALSE.
ISOMITTED(argument)
[Required] The value you want to test, such as a LAMBDA parameter.
LAMBDA(x,y, IF(ISOMITTED(y),"Missing second argument",x+y))(1,)