Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the Function/Formula for NOT IN 1

Status
Not open for further replies.

awise

IS-IT--Management
Dec 11, 2001
85
I need a formula that does the opposite of the IN operator,
such as NOT IN, which I tried.

What is the correct operator and formula string to use to create a formula to determine that a field value is not in the list of values?

Thank you,

Andrew
 
The 'Not' needs to be placed before the condition, like this:

Not({Table.Field} In {?Parameter})

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top