I have a drop down where you can select more than one option from the list as a status. I would like if Option "Canceled" is selected for a check box to be checked in column Canceled.
Here is my if statement =IF([Info Center]1, "Canceled", 1)
If Info Center shows Cancelled the check box says #Invalid if Info Center is blank the box is checked.
Thanks