davis.brian
New Member
Hi,
I am trying to figure graduation rates for a school district. I need to find a fast, efficient, and safe way to calculate the percent of specific subgroups percent who graduated and did not based off a grand total.
Let me show you values from a hypothetical pivot table I am working with
# Students % Total # Hispanic % Hispanic
Graduate 950 95.48% 150
Female 500 50.25% 80
Male 450 45.23% 70
Did NOT Graduate 45 4.52% 30
Female 20 2.01% 10
Male 25 2.51% 20
Grand Total 995 100.00%
So no for instance I need to figure a quick way to calculate # Hispanic column values as percents of the grand total (995 students) in the % Hispanic column. I need to do this without hand calculating each value ie: # Hispanic graduates as percent =sum(150/995). I do this for many subgroups, and buildings. The table I use will have all these groups column by column in my table
A quick way to figure this out would be a huge time saver, and would assure the quality of my work.
Crossing my fingers, thanks!
I am trying to figure graduation rates for a school district. I need to find a fast, efficient, and safe way to calculate the percent of specific subgroups percent who graduated and did not based off a grand total.
Let me show you values from a hypothetical pivot table I am working with
# Students % Total # Hispanic % Hispanic
Graduate 950 95.48% 150
Female 500 50.25% 80
Male 450 45.23% 70
Did NOT Graduate 45 4.52% 30
Female 20 2.01% 10
Male 25 2.51% 20
Grand Total 995 100.00%
So no for instance I need to figure a quick way to calculate # Hispanic column values as percents of the grand total (995 students) in the % Hispanic column. I need to do this without hand calculating each value ie: # Hispanic graduates as percent =sum(150/995). I do this for many subgroups, and buildings. The table I use will have all these groups column by column in my table
A quick way to figure this out would be a huge time saver, and would assure the quality of my work.
Crossing my fingers, thanks!