assigning class standing based on grade

C

Christopher

I have a column that contains students grades as a percentage. I want to
have another column that shows their class standing based on that percentage.
 
C

CLR

=RANK(A1,A1:A10) and copy down.........

Vaya con Dios,
Chuck, CABGx3


Christopher said:
I have a column that contains students grades as a percentage. I want to
have another column that shows their class standing based on that
percentage.
 
J

Jon Peltier

Suppose the percentages are in A2:A20. In B2 enter this formula:

=RANK(A2:$A$2:$A$20)

and fill this down to B20.

- Jon
 
R

Rookie 1st class

Control Panel> Regional and Language Options. Configure short date as you
want and your problem will disappear.
Been there done that
Lou
 
Top