I am having trouble ranking cells where the lowest value receives the highest
ranking. Excel RANK function always wants to reward the highest number with
the highest rank. What do I need to do to adjust this formula.
I am having trouble ranking cells where the lowest value receives the highest
ranking. Excel RANK function always wants to reward the highest number with
the highest rank. What do I need to do to adjust this formula.
Hi!
Try this:
Set the third argument to 1.
=RANK(A1,A$1:A$10,1)
Biff
"mile3024" <mile3024@discussions.microsoft.com> wrote in message
news:450B9E86-AE79-42E2-BC72-BE1364F90D58@microsoft.com...
>I am having trouble ranking cells where the lowest value receives the
>highest
> ranking. Excel RANK function always wants to reward the highest number
> with
> the highest rank. What do I need to do to adjust this formula.
Try using either
=RANK(A1,$A$1:$Z$1,0) [or just =RANK(A1,$A$1:$G$1)]
or
=RANK(A1,$A$1:$G$1,1)
This reverses the ranking according to which one you use,
Regards,
Alan.
"mile3024" <mile3024@discussions.microsoft.com> wrote in message
news:450B9E86-AE79-42E2-BC72-BE1364F90D58@microsoft.com...
>I am having trouble ranking cells where the lowest value receives the
>highest
> ranking. Excel RANK function always wants to reward the highest number
> with
> the highest rank. What do I need to do to adjust this formula.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks