Originally posted by: dugweb
Originally posted by: NeoV
no...use the rank command instead of having to resort your data
=rank(cell,range)
could you elaborate on that a little? i dont understand
thanks for the help btw
Sorry if I am oversimplifing here...
What hes saying is that the "cell" is the value you are ranking against the "range". So if you want to rank all of the 8th ("H") column it would be:
=RANK(H1,$H$1:$H$20)
(Cell,Range)
Put that formula into an open cell ("I1" perhaps), drag it down to the last cell location and it should automatically update as needed.
If your data column gets larger, you would just change the "Range" to the last row with data you want to rank against.