+ Reply to Thread
Results 1 to 7 of 7

Multiple columns rank

Hybrid View

  1. #1
    Registered User
    Join Date
    08-01-2009
    Location
    Cyprus
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Multiple columns rank

    This is an example of my sheet
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Multiple columns rank

    So I presume you mean Rank on basis of:

    1 - Points
    2 - Wins (if Points tied)
    3 - Legs (if Points & Wins tied)

    The easiest way to do this IMO is to create a unique key based on the above order of preference, using your sample file:

    N3: =SUM(M3,I3/100,L3/10000)
    copied down to N10

    You can then create the RANK using N

    O3: =RANK($N3,$N$3:$N$10)
    copied down to O10

+ 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