Ranking solution
Assuming your data A1:B5
Select A1:B5 Data Sort Sort by select Column B Decending OK
In C1: enter 1
In C2: =IF(B2<B1,C1+1,C1)
Copy from C2 to C5
The result will be 1,2,2,3,4 which are Mark, Simon, Stella, Jo, Jean
"Will" wrote:
Dear All,
I would like to rank my students but I do face prob if some of them have the
same marks
Example:
Jo 56
Mark 98
Simon 88
Stella 88
Jean 50
When I uses =large (range, 1) = Mark (tis is correct)
When I uses =large (range, 2) = Simon (tis is correct, its better if it show
both names)
When I uses =large (range, 3) = Simon (tis is wrong)
Pls help me... thanks
|