+ Reply to Thread
Results 1 to 3 of 3

Compare 6 values

Hybrid View

  1. #1
    Registered User
    Join Date
    01-11-2011
    Location
    Perth, Western Australia
    MS-Off Ver
    Office 97, XP, 2007
    Posts
    9

    Smile Compare 6 values

    Hi,

    I need to compare a list of values in the attached spreadsheet; In column F7:F12 are the values in percentiles.

    I need to grade them into 1st, 2nd and 3rd in order from most to least.

    I have already used MAX to find the 1st value and a Vlookup to show other data..

    Thank you for any help
    Attached Files Attached Files
    Last edited by barnicoate; 01-20-2011 at 06:41 AM. Reason: Solved

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Compare 6 values

    Try RANK()

    eg

    =RANK(F7,$F$7:$F$12)

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-11-2011
    Location
    Perth, Western Australia
    MS-Off Ver
    Office 97, XP, 2007
    Posts
    9

    Thumbs up Re: Compare 6 values

    Thank you NBVC.

    Tried your suggestion but found another solution in another forum.

    =INDEX($AV$7:$AV$12,MATCH(LARGE(AT$7:AT$12,1),AT$7:AT$12,0))

    This allowed me to sort and rank the data, by changing the 1 to 2 or 3 i was able to rank my data.

    Many thanks for pointing me in the right direction.

+ 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