Forum Discussion
NISH72
6 years agoHelper IV
Pass multiple argument in IF statement
Hi how to pass multiple argument in if statement. I want a statement like this IF(apple,banana,cucumber) ,1 ,0). If the row has value apple, banana or cucumber it should show 1 or else it should show ...
- 6 years ago
Try like : if([item] in {"apple","banana","cucumber"},1,0)
amitchandak
6 years agoSuper User
Try like : if([item] in {"apple","banana","cucumber"},1,0)