Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Checks whether the value in a LAMBDA is missing and returns TRUE or FALSE.  

Syntax

=ISOMITTED(argument)

The ISOMITTED function syntax has the following arguments:

argument    The value you want to test, such as a LAMBDA parameter.

Examples

Example 1: Check for a missing parameter and return a friendly string

Copy the following formula into cell B1.

=LAMBDA(x,y, IF(ISOMITTED(y),"Missing second argument",x+y))(1,)

ISMISSING function example

See Also

LAMBDA function

MAP function

REDUCE function

SCAN function

MAKEARRAY function

BYCOL function

BYROW function

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×