+ Reply to Thread
Results 1 to 3 of 3

Rank where lowest value is highest rank

  1. #1
    mile3024
    Guest

    Rank where lowest value is highest rank

    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.

  2. #2
    Biff
    Guest

    Re: Rank where lowest value is highest rank

    Hi!

    Try this:

    Set the third argument to 1.

    =RANK(A1,A$1:A$10,1)

    Biff

    "mile3024" <[email protected]> wrote in message
    news:[email protected]...
    >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.




  3. #3
    Alan
    Guest

    Re: Rank where lowest value is highest rank

    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" <[email protected]> wrote in message
    news:[email protected]...
    >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.




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1