IN
Checks if a value matches the values within a given list or array of values and returns TRUE if it matches.
Syntax
IN(value,[item1,item2,...])Arguments
Return value
Example
IF(IN([Sub Category],['Juices','Soda','Mineral Water']),30500000,0)
Last updated
Was this helpful?