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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!