formula to add a checkbox in one column if another column is updated with multiple items?
If a column is set up as multiple drop down options, I’d like a formula in another column (checkbox) to check the box if more than one selection is made. Is this possible?
Best Answer
-
Hey @Heather Taylor
The CountM function counts items in multiselect dropdown columns. You can use this function to look for rows with a value greater than 1.
=IF(COUNTM([dropdown column]@row) > 1, 1)
Be sure to edit this formula to match the name of your actual column
cheers
Answers
-
Hey @Heather Taylor
The CountM function counts items in multiselect dropdown columns. You can use this function to look for rows with a value greater than 1.
=IF(COUNTM([dropdown column]@row) > 1, 1)
Be sure to edit this formula to match the name of your actual column
cheers
-
@Kelly Moore - that worked! Thank you so much!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!