How to look across columns with checkbox data type to make them mutually exclusive?
I have 3 columns in my Project Plan that I am using to have team members fill in to indicate if their task is off track, on track, or complete. I only want them to be able to check one of the boxes. Is there a way to look across these 3 columns in a row to meet the following conditions:
- If Off track is checked, clear checkbox for On Track and Complete columns
- If On Track is checked, clear checkbox for Off Track and Complete columns
- If Complete is checked, clear checkbox for On Track and Off Track columns
I tried to write a formula but I couldn't figure out how to do this with columns that have a Checkbox data type. I am also open to an error message. Any ideas on how to accomplish this?
Answers
-
Have you thought about a single dropdown in one column instead with only those options available?
With the checkbox over 3 columns you wouldn't know for sure which one to actually clear. You could do a helper column if you are set on the checkbox method to let you know that one or more of the boxes needs to be unchecked. You could combine a if and countifs and have it return whatever value you wanted in the helper column to indicate the data for that row was incorrect.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!