IN
The IN function returns TRUE if the value being searched for is present in the input array.
Syntax
Arguments
value - The string which is being searched for.
[item1,item2...] - The input array to searched.
Return value
Either True or False
Example
Returns 25 if the region is West or East; otherwise, it returns 30
Last updated