Formula to get sheet summary to update percentage complete based on any value in a specific column
Hello Community!
I am very novice to data formulas and have tried a combination of a few to try to get a result. Any guidance will be appreciated!
Here's the formula where I get an #INCORRECT ARGUMENT SET error:
=100 * COUNTIFS([Primary Practice Area]:[Primary Practice Area], ="Aquatics", NOT(ISBLANK(Decision:Decision)) / (COUNTIF([Primary Practice Area]:[Primary Practice Area], ="Aquatics")))
I did a little more digging and saw this <>"" function and tried that instead but got an INVALID OPERATION error:
=100 * COUNTIFS([Primary Practice Area]:[Primary Practice Area], ="Aquatics", Decision:Decision, <>"" / (COUNTIF([Primary Practice Area]:[Primary Practice Area], ="Aquatics")))
The Decision column has a dropdown menu to select a status. It doesn't matter what is selected as long as it's not blank. I need a read out of the percentage complete of the sheet based on if the Primary Practice Area has a selection (in this case Aquatics), and if so there is a value in the Decision column. So if there are 200 rows for Aquatics, and only 10 have a value in the Decision column, I'll need it to show me 5%.
Thank you in advance!
Best Answer
-
Your second formula is very close. Remove two closing parenthesis from the very end of the formula and add one to after <> "" to close out the first COUNTIFS.
Answers
-
Your second formula is very close. Remove two closing parenthesis from the very end of the formula and add one to after <> "" to close out the first COUNTIFS.
-
Awesome! Thank you so much, @Paul Newcome! This was the ticket. I appreciate your help!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!