+ Reply to Thread
Results 1 to 5 of 5

Dynamic Sort or One Click Sort

  1. #1
    Registered User
    Join Date
    03-23-2024
    Location
    Zambia
    MS-Off Ver
    2010
    Posts
    7

    Dynamic Sort or One Click Sort

    This is a leader board I came up with for my chess club. Is it possible to have a dynamic sort on Grand Total (without disturbing SN column), or alternatively a SORT button to be clicked after completing entries for a round? I don't want to use filters nor the Data Sort because I want it to be user friendly.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Dynamic Sort or One Click Sort

    You can use this formula in cell CG11:

    =RANK(CE11,$CE$11:$CE$24)+COUNTIF(CE$11:CE11,CE11)-1

    and copy down to CG24. It will give you the appropriate ranking of the totals in column CE, with highest at number 1. Then you can show the names in that order using this formula in CH11:

    =INDEX($L$11:$L$24,MATCH(ROWS($1:1),$CG$11:$CG$24,0))&""

    Copy this down to CH24. The names in column L (and their associated data) do not get moved, so you can put this leader board anywhere in your sheet (or even on another sheet entirely).

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-23-2024
    Location
    Zambia
    MS-Off Ver
    2010
    Posts
    7
    Oh okay, thank you very much, this worked

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Dynamic Sort or One Click Sort

    Glad to help. If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

  5. #5
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Dynamic Sort or One Click Sort

    You could improve some other formulas too.
    They are highlighted in green in the file attached.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dynamically sort entire row (like sort sheet a to z) but dynamic
    By JoelFrancis in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 02-09-2024, 09:15 AM
  2. Replies: 0
    Last Post: 02-08-2024, 11:04 PM
  3. [SOLVED] VBA Click Each Table Header Sort AZ Click Again Sort ZA
    By 75Rupert in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-05-2022, 09:49 AM
  4. [SOLVED] Click button to Sort by Alpha, then click button to return Original order
    By ChrisXcel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-29-2020, 10:15 PM
  5. Click -Select File -Sort-Copy-Paste into the master report in one click (Help Please)
    By spider_min in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-22-2018, 01:08 AM
  6. [SOLVED] Dynamic sort with dynamic sort criteria
    By david.herrera1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-07-2012, 11:06 AM
  7. Sort on click
    By tofimoon4 in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 02-04-2010, 12:35 PM

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