Grading score distribution chart and pivot table

Grizlore

Active Member
Joined
Aug 22, 2006
Messages
259
Hi All,

Any help greatly appreciated...

I am trying to produce a distribution chart (bell curve) of my company's employee grades

Each employee achieves a numerical score, which results in a final grade (U, M, F-, F, F+, E, S)

I am using this formula to set the achieved grade...

=IF(AK9=meets,"U",IF(AK9=fullminus,"M",IF(AK9=full,"F-",IF(AK9=fullplus,"F",IF(AK9=exceeds,"F+",IF(AK9=Significant,"E","S"))))))

(all the ='s in the above formula are in fact lessthan signs, but it doesnt seem to wanna show them, so I have chaged them)

Then on another sheet I am counting those grade with this formula and producing a distribution chart (bell curve)

=COUNTIF('Scores'!$AL$9:$AL$997,B$1)

This all works, however I need to compare grades by the location of the employee, which is in column C.

I dont think I can do this in a pivot table (but would like to)

So, how can I count all those by location?

Is there a nested COUNTIF function I can use and if so... can anyone suggest a solution please?

Any help greatly appreciated...
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top