Skip to main content

Hi Community, 

I have 5 fields (checkbox) that can be selected or not, I need to assign a status triggered by these fields, if any field of the 5 is selected then a status will be set and if no one is selected It will assign a different status.

 

Thanks for the help.

Try something like:

IF( OR( {Route 1 Under Testing}, {Route 2 Under Testing} ), "Testing" )

Link to base


Try something like:

IF( OR( {Route 1 Under Testing}, {Route 2 Under Testing} ), "Testing" )

Link to base


@TheTimeSavingCo  Amazing. 

Thanks a lot.