IN(valueToSearch, value1, [value2, ...,valueN,]CaseFlag)
Argument | Required/ Optional | Description |
---|---|---|
valueToSearch | Required | Can be a string, date, or numeric value. Input value you want to match against a comma-separated list of values. |
value | Required | Can be a string, date, or numeric value. Comma-separated list of values you want to search for. Values can be columns. There is no maximum number of values you can list. |
CaseFlag | Optional | Must be an integer. Determines whether the arguments in this function are case sensitive. You can enter any valid expression. When CaseFlag is a number other than 0, the function is case sensitive. When CaseFlag is a null value or 0, the function is not case sensitive. |
IN( ITEM_NAME, ‘Chisel Point Knife’, ‘Medium Titanium Knife’, ‘Safety Knife’, 0 )
|
|
---|---|
|
|
|
|
|
|
|