+ Reply to Thread
Results 1 to 7 of 7

Golf Logo Ball Score Picker

  1. #1
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Golf Logo Ball Score Picker

    Hi,

    I do golf sheet scoring and we have an event inside a normal golf tournament called Logo Ball. The idea is that a 4 man team passes this Logo Ball to the next player in the group and that is the only score that counts for this event.

    I need a formula in the yellow cell that I can pull across and down that will pick out the correct scores.

    See the attached for my example.

    LogoBall Score Picker.xlsx
    Last edited by MarvinP; 04-24-2017 at 04:47 PM.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Golf Logo Ball Score Picker

    =index(e2:e5, mod(columns($w$1:w$1) - 1, 4) + 1)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Golf Logo Ball Score Picker

    Hey shg,

    I came up with
    =INDIRECT(ADDRESS(ROW()+MOD(COLUMN()-ROW()-1,4),COLUMN()-18))

    But I'm looking for one that is a bit easier?? Thanks

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Golf Logo Ball Score Picker

    Hi shg,

    I get a lot of green corners on my cells with your formula -> error checking. Got another without errors (although I do like it..)

    Edit - I'll just turn off Error Checking for these cells - no problem.
    Last edited by MarvinP; 04-24-2017 at 01:16 PM.

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Golf Logo Ball Score Picker

    I'd be more inclined to do it like this:

    W
    X
    Y
    Z
    AA
    AB
    AC
    AD
    AE
    AF
    AG
    AH
    AI
    AJ
    AK
    AL
    AM
    AN
    AO
    1
    Ball1
    Ball2
    Ball3
    Ball4
    Ball5
    Ball6
    Ball7
    Ball8
    Ball9
    Ball10
    Ball11
    Ball12
    Ball13
    Ball14
    Ball15
    Ball16
    Ball17
    Ball18
    2
    4
    4
    2
    3
    3
    W2: =IF(MOD(COLUMNS($W$1:W$1) - 1, 4) + 1 = $B2, E2, "")
    3
    5
    5
    4
    5
    5
    4
    4
    8
    6
    7
    5
    6
    8
    6
    4
    6
    5
    5
    3
    3
    2
    7
    5
    5
    5
    4
    6
    8
    4
    7
    6
    4
    9
    6
    8
    8
    7
    10
    4
    4
    4
    3
    3
    11
    5
    5
    5
    5
    5
    12
    4
    6
    4
    5
    13
    8
    6
    8
    8

  6. #6
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Golf Logo Ball Score Picker

    Hey shg,

    Thanks for the answers. The first one was better for me as I need all those red numbers on a single row where the Order number equals 1. The second formula is much cuter but not exactly what I need.

    Sometimes I get too close to a problem and it is good to have help from the great state of Texas.

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Golf Logo Ball Score Picker

    You're welcome, Marvin.

+ 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. Golf 4 ball random selection with preconditions
    By brerbear in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-21-2014, 11:59 AM
  2. Replies: 1
    Last Post: 11-24-2013, 07:53 AM
  3. Trying to get a golf score board to work
    By andypking in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-25-2012, 06:55 AM
  4. Golf Score Card
    By wigofoshizzo in forum Excel General
    Replies: 8
    Last Post: 07-23-2011, 06:09 PM
  5. Golf Score sheet
    By kaono1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-28-2007, 03:00 PM
  6. [SOLVED] golf score
    By Bob in forum Excel General
    Replies: 1
    Last Post: 07-11-2006, 01:35 PM
  7. Golf Score Formula needs tweaking
    By kevhatch in forum Excel General
    Replies: 2
    Last Post: 04-28-2006, 07:55 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