hi
I have table like the one below. I calculate grade using if() function, a for >80, b for >70 etc. The I used countif() to find out how many a,b,c, and f, I have.
a = 1
b = 10
c = 3
f = 4
My question, I want excel to give me the percentage % of a, b, c, and f. so I want to have something...