Percentage Formula Help

Hi,
I am trying to pull the percentage of multiple categories for several counties. For example, There is one column that is a dropdown column that lists all counties and we report if there specific errors associated with the county. I am trying to pull the percentage of each error for each county. Can someone please help?
Answers
-
Create a County Summary sheet to gather the data.
As an example, if this is the data set.
The County Summary sheet would be
Where
County: List of all counties
Fault%:
=IFERROR([Error Count]@row / Total@row, 0)
Total: Total times County appears in list
=COUNTIF({County Data Range County}, County@row)
Error Count: Total times Fault of Error is entered
=COUNTIFS({County Data Range County}, County@row, {County Data Range Fault of Error}, ISTEXT(@cell ))
-
@dojones thank you for your help! I did try the last formula and it says unparseable. Do you know why that would be?
=COUNTIFS({State Office SNAP QC Review Range 1}, [County ]@row, {State Office SNAP QC Review Range 4}, Agency Error(@cell ))
-
-
I don't think Agency Error is a column in your sheet. It should be [Fault of Error]. If you do have an Agency Error column name in the sheet, then it should be bracketed [Agency Error]
-
@dojones Agency Error and Client Error are the dropdown names and Fault of Error is the column name. Both formulas work until I enter the percentage formula. It throughs the error "blocked".
-
Add the brackets around Agency Error i.e [Agency Error]
=COUNTIFS({State Office SNAP QC Review Range 1}, [County ]@row, {State Office SNAP QC Review Range 4}, [Agency Error](@cell ))
-
it's throwing the error unparseable now. I tried retyping the whole thing as well. @dojones
-
My mistake. Agency Error being a dropdown can't be in the formula. It has to be [Fault of Error]
Did you create a County Summary Sheet?
In main sheet, Fault of Error should not be a formula, it's the error reason. The Percentage Formula has to be in the County Summary Sheet.
-
@dojones Thank you so much! That worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!