Formula Help
I am tracking training participants. I have a drop-down column with "Advanced", "Intermediate", "Beginner", and "N/A" that every participant will be assigned. I'd like a formula (that will be in a different sheet) that would show the percentage of participants that are labeled with any of the following "Advanced", "Intermediate", "Beginner".
Best Answer
-
So basically you are looking for 100% minus the percentage of "N/A"?
In that case you are going to want something along the lines of...
=COUNTIFS({Reference Sheet Drop Down Column}, AND(@cell <> "N/A", @cell <> "")) / COUNTIFS({Reference Sheet Drop Down Column}, @cell <> "")
Answers
-
Are you wanting one formula to calculate the percentage of all three of those options combined or three separate formulas (one for reach)?
-
I was originally looking for one formula; however, if that is not possible, three separate ones would work too!
-
So basically you are looking for 100% minus the percentage of "N/A"?
In that case you are going to want something along the lines of...
=COUNTIFS({Reference Sheet Drop Down Column}, AND(@cell <> "N/A", @cell <> "")) / COUNTIFS({Reference Sheet Drop Down Column}, @cell <> "")
-
Thank you!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!