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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!