Hello all,
I'm trying to create a pie chart like the one attached. Pie charts only consider numerical data, and since I'm looking to show a percent of things done ("Yes") vs not ("No"), I have to build a formula.
To give an idea of the breakdown, I attached a sheet visual.
I need restrict data in column one into just "Area 1".
I then need to select a range for column two: Zone 1, Zone 3, and Zone 5. Then I need to count the percent of "Yes" or "No" in columns 7, 8, and 9.
Lastly, I need to show the % yes in a pie chart for columns 7, 8, and 9, broken down by zone. Any help is greatly appreciated. Right now I only have a working formula for counting the % yes within the column:
=COUNTIF([Column 7]:[Column 7], "Yes") / COUNT([Column 7]:[Column 7])
Any help is greatly appreciated. Thanks!