+ Reply to Thread
Results 1 to 10 of 10

Automatic Sorting

Hybrid View

  1. #1
    Registered User
    Join Date
    10-04-2005
    Posts
    28

    Automatic Sorting

    I have a table which holds scores as well as other data for players. Is it possible to automatically sort a table based on their points score to see who is top of the league?

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Put headings to your data if you haven't already, then select your data, go to Data > Filter > Autofilter
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    10-04-2005
    Posts
    28

    Automatic Sorting

    Tried that already. Sorry should have mentioned that the league table takes it's data from other worksheets therefore I want the league table to adjust automatically preventing me from having to filter manually using drop list options.
    Any ideas?
    Thanx for ur help anyway.

  4. #4
    Forum Contributor
    Join Date
    10-14-2004
    Location
    San Diego, CA
    Posts
    213
    Hello Paulwelburn:

    Assuming the names are in column A, range A2:A20 and their scores are in column B, range B2:B20.

    Paste this formula in cell D2 and copy down to row 20.

    =IF(B2="","",RANK(B2,B$2:B$20,1)+ROW()/100000)

    Paste this formula in cell E2 and copy down to row 20.

    =IF(ISERR(LARGE(D:D,ROW(1:1))),"",OFFSET(A$1,MID(LARGE(D:D,ROW(1:1)),FIND(".",LARGE(D:D,ROW(1:1))),6)*100000-1,0))

    Paste this formula in cell F2 and copy down to row 20.

    =IF(ISERR(LARGE(D:D,ROW(1:1))),"",OFFSET(B$1,MID(LARGE(D:D,ROW(1:1)),FIND(".",LARGE(D:D,ROW(1:1))),6)*100000-1,0))

    Hide column D.

    Matt

  5. #5
    Registered User
    Join Date
    10-04-2005
    Posts
    28

    Automatic Sorting

    Thanks for your help but the above doesn't seem to work. The automatic sorting needs to take all the data in the particular players' row into consideration when sorting on the Stableford Points (see file attached). I haven't delved into the functions and need to get to understand how they work. Can you change the function to fit the criteria in the sheet? Thanks in advance.
    Attached Files Attached Files
    Last edited by paulwelburn; 05-13-2007 at 11:51 AM.

  6. #6
    Forum Contributor
    Join Date
    10-14-2004
    Location
    San Diego, CA
    Posts
    213
    Sorry Paul Im afraid I don't know much about golf, I have no idea what you want sorted.

    You stated, "The automatic sorting needs to take all the data in the particular players' row", I only see one particular player here. I need more info.

+ 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