+ Reply to Thread
Results 1 to 3 of 3

Auto Sorting a Summary Sheet

Hybrid View

jweeda Auto Sorting a Summary Sheet 09-16-2014, 10:19 AM
daffodil11 Re: Auto Sorting a Summary... 09-16-2014, 11:16 AM
jweeda Re: Auto Sorting a Summary... 09-16-2014, 12:41 PM
  1. #1
    Registered User
    Join Date
    04-08-2013
    Location
    Sidney, NE
    MS-Off Ver
    Excel 2010
    Posts
    11

    Auto Sorting a Summary Sheet

    Good morning. A buddy and myself are working on a spreadsheet for our fantasy football league. We are doing the NFL.com fantasy games including Perfect Challenge, Weekly Pick'Em, and TNF Challenge. To determine a winner at the end of the year, we are taking all 3 fantasy games and totalizing the scores from each game for each player. The player with the highest score at the end of Week 16 wins. We built the spreadsheet to tally the scores on a summary sheet and we want our chart to update weekly to show the highest score first, descending to the lowest score last. I'm pretty handy with Excel until it comes to conditional formatting or macros and I dont' know how to accomplish what I want. Any ideas?

    Thanks! I can upload the spreadsheet if necessary, but its basically a column of names and a column of numbers reflected in a graph. I just need to auto sort them every time we update it.

    Jim

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Auto Sorting a Summary Sheet

    You can use a series of INDEX(SMALL array formulas to autoupdate your records.

    This pulls the running total score column, J2:J25:

    =INDEX(Input!$J$2:$J$25,LARGE(IF(Input!$J$2:$J$25=LARGE(Input!$J$2:$J$25,ROW(A1)),ROW(Input!$J$1:$J$24)),ROW($A$1)))
    And this pulls the names of the teams, from A2:A25:

    =INDEX(Input!A$2:A$25,LARGE(IF(Input!$J$2:$J$25=LARGE(Input!$J$2:$J$25,ROW(B1)),ROW($I$1:$I$24)),COUNTIF($B$2:B2,B2)))

    AUTOSUMMARY.xls
    Last edited by daffodil11; 09-16-2014 at 11:24 AM.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    04-08-2013
    Location
    Sidney, NE
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Auto Sorting a Summary Sheet

    [ATTACH]NFL FANTASY SCORES[/ATTACH]

    Unfortunately, I can't decipher how to use that formula. I attached the spreadsheet so you can see what my buddy put together and maybe you can help me with that Summary page based off what I have here.
    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. Creating auto updating Summary Sheet
    By baldymon in forum Excel General
    Replies: 3
    Last Post: 08-06-2014, 02:55 AM
  2. [SOLVED] Auto-populate summary sheet... with dynamic info.
    By jhren in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-30-2013, 08:33 AM
  3. Replies: 2
    Last Post: 03-24-2011, 11:43 PM
  4. Auto Population of Summary Sheet
    By Ranbir in forum Excel General
    Replies: 2
    Last Post: 05-12-2010, 01:29 AM
  5. Summary sheet for 10 other worksheets to auto update
    By cvincent2008 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-11-2008, 07:21 PM

Tags for this Thread

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