Forum Discussion

NISH72's avatar
NISH72
Helper IV
6 years ago
Solved

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 ...
  • amitchandak's avatar
    6 years ago

    NISH72 

    Try like : if([item] in {"apple","banana","cucumber"},1,0)