Formula that calculates the multiple choices chosen from a drop-down list
I need a formula that calculates the choices from a multiple selections row.
I am currently using the formula
=COUNTIF({Link Access}, "Overdue Report")
Best Answer
-
Try a HAS function:
=COUNTIF({Link Access}, HAS(@cell, "Overdue Report"))
Answers
-
Try a HAS function:
=COUNTIF({Link Access}, HAS(@cell, "Overdue Report"))
-
Thank you that works.
-
How can I add a status command behind this formula?
=COUNTIF({Link Access}, HAS(@cell, "Overdue Report"))
-
I'm not sure I follow. What exactly do you mean by adding a status command behind the formula?
-
I need a formula that calculates the choices from a multiple selections row but also filters by status.
-
In that case you would use a COUNTIFS function (with the "S" on the end) to allow for multiple range/criteria sets and then just follow the same syntax of range comma criteria.
=COUNTIFS(range 1, criteria 1, range 2, criteria 2)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!