Percentage Formula for 2 Summary Fields
I have a sheet with a few "countifs" summary fields. I would like to add a summary field that calculates the percentage of 2 summary fields.
Example:
Summary Field 1: Permits Occurring November
Summary Field 2: Permits Occurring November with No Photos
Both summary fields are returning the correct value. I want to add a summary field that calculates the percentage of Permits occurring in November that have no photos.
Thanks!!!
Answers
-
I used the countifs formula of one summary field and divided by the other summary field multiplied by 100 and it seems to work, but for some reason I feel that is a hokey workaround.
=COUNTIFS([Permit Start Date]:[Permit Start Date], IFERROR(MONTH(@cell), 0) = 11, [Permit Start Date]:[Permit Start Date], IFERROR(YEAR(@cell), 0) = 2020) / [Occurring November '20 No Photos]# * 100
The bold section is the actual contifs formula for one of my summary fields. The non bold is the division by the actual summary field.
I think a cleaner way of doing it would be to simply divide the actual summary fields and then multiply by 100.
-
I just found the number formatting for percentage that eliminates having to multiply by 100.
-
You can just divide the summary fields. Instead of putting a row number in the reference put the # symbol after the name of the field. Or just click on the other summary field after typing in the = in the result field.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!