+ Reply to Thread
Results 1 to 20 of 20

Excel - non vba code - use formula in report to sort a list of players based on Rank

  1. #1
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Excel - non vba code - use formula in report to sort a list of players based on Rank

    Create a formula to use in a report that enters only players in order of finish (only Prize winners by Rank).

    See attached File

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    formulas entered in the cells are array entered such formulas are entered by holding control and shift together and then by hitting enter
    Last edited by hemesh; 02-17-2020 at 08:19 PM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Thank you so much...this is exactly what I was looking for - very nice solution.

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Thanks for the feedback

  5. #5
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    I needed to make a change in the sheet layout ... I need to have the new report reference the table in cells J24:N25; I just can't seem to adjust your formula to accomplish this report.

    Thanks in advance - see attached file

  6. #6
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    try using below in J29
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Hemesh...thanks for the speedy reply...unfortunatelSy I can't seem to apply this to the above sheet. I need the report (Sample Report 2 - cells K28:N34) to return the same results as shown in cells B5:E11, however we need to use the $ values from cells J24:N25.

  8. #8
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    find attached is this you are looking for!

  9. #9
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Hemesh...I need Sample Report 2 to look the same as Sample Report (A5:E11 format and layout only) - Use the same data (A13:G34 and Prize $ Table J24:N25) - the original solution worked perfectly, unfortunately I need to create a new sheet using the Prize $ table J24:N25 and data form A13:G34 (the new formula can't reference the original Sample Report). Thanks for your patience.

  10. #10
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    find attached !

  11. #11
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Hemesh...the Results as shown in original Sample Report are correct - formulas work and results are perfect. The results in your last reply are incorrect. Can we use the same formulas as original, but use the Prize table in cells J24:N25? Sorry for all the confusion.

  12. #12
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    hello CRJ, I am leaving now for some work, will do it once I am back , can you upload a sample showing how you want to do it in another sheet. And in sheet 1 there is practically no change in results

  13. #13
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Hemesh...here you go

  14. #14
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    are you looking for this , check attached

  15. #15
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Hemesh...sorry for all the confusion - The formula logic in G20:G38 is incorrect, i.e., Player 4 and Player 9 are tied for 1st place (Prize $'s are split - (8 + 6)/2 = $7 awarded to both Players)...see the original formula logic - the only change that I was hoping to make is to use the Horizontal Table B7:F7 in place of the original Vertical Table J20:k25.

  16. #16
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    in g20; copy paste below
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and drag down

  17. #17
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Perfect...thanks soooooo much for your patience - I appreciate all the time you spent on this - I'm very grateful

  18. #18
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    You are Welcome ! if that takes care of your original question then mark the thread as solved by going to thread tools.
    Last edited by hemesh; 02-20-2020 at 10:19 AM.

  19. #19
    Registered User
    Join Date
    01-13-2016
    Location
    Grafton
    MS-Off Ver
    2013 Office Pro
    Posts
    59

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Hemesh...you did such a great job on my last challenge that I thought of you with the below problem.

    See Attached File - If a Team is Ranked, Name, Team Gross Score and Team Prize need to be transposed (formula only - no vba code or macros) to the print preparation area.

    I've tried the Transpose function - to much user intervention.
    Attached Files Attached Files

  20. #20
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Excel - non vba code - use formula in report to sort a list of players based on Rank

    Hello CRJ,

    In uploaded file I have added a helper column and deleted everything below Row 28 in B29 copy paste below and drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In C29 copy paste below and drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In D29 copy paste below and drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Hope this take care of your question if so then mark the thread as solved and you can also thank contributors by clicking little star button at the bottom left corner of their post !
    Attached Files Attached Files
    Last edited by hemesh; 02-29-2020 at 12:23 PM.

+ 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. How to Rank & Sort based on ranking using VB Code?
    By ray.kanata in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-23-2015, 10:58 AM
  2. [SOLVED] Top 10 report based on totals of sales from a list (Rank top ten)
    By egemencoskun in forum Excel General
    Replies: 10
    Last Post: 03-03-2013, 08:09 PM
  3. Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  4. [SOLVED] sort list of players by team from player list on separate sheet
    By Biff in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 04:05 AM

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