Skip to main content

hello team! Can you help me, please? When the user does not enter any of these fields, he must discard the message. What formula should be used so that entering at least one of these fields does not discard the message? It is choise. It will help you choose the time. Thanks you!

HI,

I guess you would just check if they were all "00".
So something like below would work:
and(and(equals(choice1,"00"),(equals(choice2,"00")),and((equals(choice3,"00"),(equals(choice4,"00")))

Does not working... No message if I don't enter anything in these fields ...Is it because of this, when choise have numbering from 00 to 30?



 


Reply