Adding total number of drop down options selected
I am having trouble with finding a formula that will count the total number of each multi selection drop down option in a sheet (Error type).
I am tracking error types and need to have a monthly sum of each error type:
Wrong Laterality
Order Type Error (Commercial vs WC)
Misspellings/Cross outs
Sx order missing
Abbreviations
Med Hx/Medications not updated
Missing vendor
Missing duration
Missing facility/location
Not sure how I should go about setting up a column for the values, ultimately these would be used for a dashboard so I dont know if its best to keep it on this sheet or create one and link it.
Any help is greatly appreciated!
Sharon
Best Answer
-
Sharon,
Try this formula:
=countif([error type]:[error type], HAS(@cell,"Wrong Laterality")
You could then reuse the formula by replacing "Wrong Laterality" for each error type.
As for where to put the formula, that depends on what you really want to do with it. You could create a new sheet to summarize it (then you'd need to use a cross-sheet reference and replace [error type]:[error type] with the {range name} you choose), or just create a summary section of rows at the top of your existing sheet. You could then use the data on your dashboard in a Metrics widget or a Chart widget. Alternately, you could use a Sheet Summary, then create a report from the Sheet summary, and display the report on your dashboard.
Hope this helps!
Best,
Heather
Answers
-
Sharon,
Try this formula:
=countif([error type]:[error type], HAS(@cell,"Wrong Laterality")
You could then reuse the formula by replacing "Wrong Laterality" for each error type.
As for where to put the formula, that depends on what you really want to do with it. You could create a new sheet to summarize it (then you'd need to use a cross-sheet reference and replace [error type]:[error type] with the {range name} you choose), or just create a summary section of rows at the top of your existing sheet. You could then use the data on your dashboard in a Metrics widget or a Chart widget. Alternately, you could use a Sheet Summary, then create a report from the Sheet summary, and display the report on your dashboard.
Hope this helps!
Best,
Heather
-
This worked!! Thank you so much! Wish I asked sooner
-
I only knew the answer because someone asked a similar question a few weeks ago, and someone answered it! I can't claim that as my own knowledge. :) It's definitely something I'll use in the future, though!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!