+ Reply to Thread
Results 1 to 5 of 5

i have a bracket spreadsheet and need help calculating results

  1. #1
    Registered User
    Join Date
    06-10-2014
    Posts
    2

    i have a bracket spreadsheet and need help calculating results

    i'm running a pool (i know not a standard issue lol) and i have a list of golfers on the left column, and a list of people on the top. the second column is the golfers score. under each persons name (bracket entry) they select a bunch of golfers which are signaled by an x in the cell. the 5 lowest scores (you can select more people but the only thing that gets tallied up are the 5 lowest scores) get totaled up under your name. does anyone have a way that can look under your name see all the x's you have and cross reference column 2 with scores and total up the 5 lowest scores???? this may be difficult or not possible but i'm open to suggestions. Thank you!!!

    i attached a sample of the pool
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    06-10-2014
    Posts
    2

    Re: i have a bracket spreadsheet and need help calculating results

    i'm lookin for the impossible but i'm sure someone can figure out this issue or even a better way to track and autocalculate this information!!!! Thank you all

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: i have a bracket spreadsheet and need help calculating results

    you could use a filter on row 1, then select "x" and you'll see those for each participant.

    EDIT: nevermind, I see you also want the 5 lowest too.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: i have a bracket spreadsheet and need help calculating results

    Try this...

    G1 = some name

    This array formula** entered in G2:

    =SUM(SMALL(IF(INDEX(C4:E53,0,MATCH(G1,C1:E1,0))="x",B4:B53),{1,2,3,4,5}))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: i have a bracket spreadsheet and need help calculating results

    On a side note...

    You might want to change the thread title to something more specific like:

    Sum lowest 5 scores that correspond to "X"

    The forum owner doesn't like ambiguous thread titles.

+ 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. [SOLVED] Calculating weekly income tax on gross income using marginal (bracket) tax rates
    By Puni in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-22-2013, 06:35 PM
  2. Calculating survey results
    By Stacy Boyer in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-23-2011, 05:16 AM
  3. Remove String Within the Bracket and also the Bracket
    By seanyeap in forum Excel General
    Replies: 6
    Last Post: 04-23-2010, 10:24 AM
  4. calculating results
    By peterriles in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-08-2009, 05:59 AM
  5. [SOLVED] Search Spreadsheet - Results in either listbox or new spreadsheet
    By Brandon Johnson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-07-2006, 10:25 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