P
pzaz
Hello -
I have a large list of assessments for a school. Each assessment ha
five levels and a count of students for each level - like so:
asmt 1
lvl 1 9
lvl 2 13
lvl 3 24
lvl 4 7
lvl 5 1
asmt 2
lvl 1 7 12% =M12/$M$17
lvl 2 11 19% =M13/$M$17
lvl 3 29 50% =M14/$M$17
lvl 4 9 16% =M15/$M$17
lvl 5 2 3% =M16/$M$17
total 58
for each assessment, I need to total the counts, then determine th
percentage of each count. Easy to do for one but a pain to for th
whole school. If I could write a single function that used ove
again it would save me a ton of time.
Thanks in advance for any suggestions
:
I have a large list of assessments for a school. Each assessment ha
five levels and a count of students for each level - like so:
asmt 1
lvl 1 9
lvl 2 13
lvl 3 24
lvl 4 7
lvl 5 1
asmt 2
lvl 1 7 12% =M12/$M$17
lvl 2 11 19% =M13/$M$17
lvl 3 29 50% =M14/$M$17
lvl 4 9 16% =M15/$M$17
lvl 5 2 3% =M16/$M$17
total 58
for each assessment, I need to total the counts, then determine th
percentage of each count. Easy to do for one but a pain to for th
whole school. If I could write a single function that used ove
again it would save me a ton of time.
Thanks in advance for any suggestions
: