Calculate percentage of cells complying to one criteria
Hi,
I need to calculate the percentage of cells within a certain time frame that comply to a certain criteria.
More specifically, I need to calculate the % of complaints closed in the past 28 days (Date of closure = TODAY -28) that have a complaint investigation duration of less than 15 days.
Please find an example of the sheet I need to use for the calculation.
Help would be highly appreciated.
Margherita
Best Answer
-
I hope you are well. You could capture the % in a Sheet Summary Field, using the following formula:
=COUNTIF([Date of Closure]:[Date of Closure], >TODAY(-28)) / COUNT([Date of Closure]:[Date of Closure])
Remember to set the formatting of the Sheet Summary Field to 'Percentage'.
Let me know if this will work for you.
I hope this helps.
Have a wonderful day!
Thanks,
Sing
Answers
-
I hope you are well. You could capture the % in a Sheet Summary Field, using the following formula:
=COUNTIF([Date of Closure]:[Date of Closure], >TODAY(-28)) / COUNT([Date of Closure]:[Date of Closure])
Remember to set the formatting of the Sheet Summary Field to 'Percentage'.
Let me know if this will work for you.
I hope this helps.
Have a wonderful day!
Thanks,
Sing
-
Super! It works! Thanks a lot for the feedback :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!