Results 1 to 13 of 13

Auto sort golf tournament spreadsheet

Threaded View

timparker216 Auto sort golf tournament... 01-09-2011, 10:32 PM
leo73pk Re: Auto sort golf tournament... 01-10-2011, 06:38 AM
Marcol Re: Auto sort golf tournament... 01-10-2011, 07:28 AM
leo73pk Re: Auto sort golf tournament... 01-10-2011, 12:57 PM
outofthehat Re: Auto sort golf tournament... 01-10-2011, 05:47 PM
timparker216 Re: Auto sort golf tournament... 01-11-2011, 01:23 PM
Colm_McCaffery Re: Auto sort golf tournament... 04-09-2016, 10:22 AM
scottjoey Golf Tournament Spreadsheet 09-25-2017, 02:13 AM
Marcol Re: Auto sort golf tournament... 01-10-2011, 01:25 PM
leo73pk Re: Auto sort golf tournament... 01-10-2011, 01:49 PM
Marcol Re: Auto sort golf tournament... 01-10-2011, 02:14 PM
leo73pk Re: Auto sort golf tournament... 01-10-2011, 02:30 PM
FDibbins Re: Auto sort golf tournament... 09-25-2017, 02:26 AM
  1. #5
    Valued Forum Contributor
    Join Date
    10-17-2010
    Location
    Nottingham, England
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013, 2016, 2019, 365
    Posts
    294

    Re: Auto sort golf tournament spreadsheet

    To do it without macros, see the attached.

    I've added 2 columns on the left-hand side of your input sheet (sheet1). First column uses the RANK() function to rank by score, and adds 100th of the row number to ensure there are no ties. (works for 98 players as set up - if you want it to work for 998, just divide row by 1000 rather than 100), and second column uses RANK() to give a unique position number.

    On the Standings sheet you'll see a table that uses the Rank column on Sheet1 with VLOOKUP to display the players in ranks order (first row looks up rank 1, second looks up rank 2, etc). I've set it up so that where there's no data it displays "-", using IFERROR().

    Now all you have to do is type in the scores on Sheet1, then they'll be ordered on the Standings sheet.
    Attached Files Attached Files

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