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
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!