I have a listing of values and I need to place a number 1-10 for the top 10 highest numbers.
For example, out of these 16 numbers I need a 1 next to the highest number, a 2 next to the second highest number, etc.
[TABLE="width: 54"]
<colgroup><col width="72" style="width: 54pt; mso-width-source: userset; mso-width-alt: 2560;"> <tbody>[TR]
[TD="width: 72, bgcolor: transparent, align: right"]10,527.65[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]5,655.68[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1,701.93[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1,349.18[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]0.00[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]573.11[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]140.86[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]6,064.77[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]2,093.60[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]5,680.65[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]4,045.40[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]5,546.32[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]-1,033.02[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]-277.55[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]891.20[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]25,699.12[/TD]
[/TR]
</tbody>[/TABLE]
For example, out of these 16 numbers I need a 1 next to the highest number, a 2 next to the second highest number, etc.
[TABLE="width: 54"]
<colgroup><col width="72" style="width: 54pt; mso-width-source: userset; mso-width-alt: 2560;"> <tbody>[TR]
[TD="width: 72, bgcolor: transparent, align: right"]10,527.65[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]5,655.68[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1,701.93[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]1,349.18[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]0.00[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]573.11[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]140.86[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]6,064.77[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]2,093.60[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]5,680.65[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]4,045.40[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]5,546.32[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]-1,033.02[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]-277.55[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]891.20[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, align: right"]25,699.12[/TD]
[/TR]
</tbody>[/TABLE]