+ Reply to Thread
Results 1 to 7 of 7

Payout ties

  1. #1
    Forum Contributor
    Join Date
    01-19-2014
    Location
    United States
    MS-Off Ver
    Excel 365
    Posts
    110

    Payout ties

    I have 20 participants in a pool which has a total payout of $1000 paying six places as follows: 32%, 25%, 18%, 12%, 8%, 5%. Ties split the sum of the two ranks, i.e. two first place ties split 32%+25% and the next player gets third at 18%. How can I write an equation to handle all possible payout combinations?
    Thanks, FivestarMac

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Payout ties

    here is one way
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    01-19-2014
    Location
    United States
    MS-Off Ver
    Excel 365
    Posts
    110

    Re: Payout ties

    Martin,
    I'm sorry for my earlier comment which I made before completely awake! I was judging on the wrong column. Let me take some time to study it and understand what you have provided.
    FivestarMac

  4. #4
    Forum Contributor
    Join Date
    01-19-2014
    Location
    United States
    MS-Off Ver
    Excel 365
    Posts
    110

    Re: Payout ties

    I see now that I should have clarified that a low score is best.

  5. #5
    Forum Contributor
    Join Date
    01-19-2014
    Location
    United States
    MS-Off Ver
    Excel 365
    Posts
    110

    Re: Payout ties

    I see now that I should have clarified that a low score is best.

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Payout ties

    just change the rank to ascending
    Attached Files Attached Files

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

    Re: Payout ties

    Here's one way...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    1
    Score
    Rank
    Prize
    -----
    Place
    Prize
    2
    Player1
    66
    1
    285
    1
    320
    3
    Player2
    66
    1
    285
    2
    250
    4
    Player3
    68
    3
    180
    3
    180
    5
    Player4
    69
    4
    120
    4
    120
    6
    Player5
    70
    5
    26
    5
    80
    7
    Player6
    70
    5
    26
    6
    50
    8
    Player7
    70
    5
    26
    0
    9
    Player8
    70
    5
    26
    0
    10
    Player9
    70
    5
    26
    0
    11
    Player10
    74
    10
    0
    12
    Player11
    74
    10
    0
    13
    Player12
    74
    10
    0
    14
    Player13
    75
    13
    0
    15
    Player14
    75
    13
    0
    16
    Player15
    76
    15
    0
    17
    Player16
    76
    15
    0
    18
    Player17
    77
    17
    0
    19
    Player18
    77
    17
    0
    20
    Player19
    77
    17
    0
    21
    Player20
    77
    17
    0
    22
    Total
    1000


    Enter this formula in C2:

    =IF(N(B2),RANK(B2,B$2:B$21,1),"")

    Enter this formula in D2:

    =IF(C2<=6,AVERAGE(OFFSET(G$2,MATCH(C2,F$2:F$7)-1,,COUNTIF(C$2:C$21,C2))),"")

    Select C2:D2 and copy down to C21:D21

    Enter this formula in D22:

    =SUM(D2:D21)

    Depending on the number of ties the prize may end in a long decimal value. You can format the prize values as needed to get the displayed valued that you desire.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Payout Calculation
    By Frank1000 in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 01-07-2014, 02:14 PM
  2. [SOLVED] sumproduct and index to calculate payout
    By jw01 in forum Excel General
    Replies: 4
    Last Post: 06-16-2013, 11:55 AM
  3. Poker Payout Calculator
    By Ridgy in forum Excel General
    Replies: 3
    Last Post: 01-11-2010, 09:39 PM
  4. Life Insurance - Top Payout
    By jackla12 in forum Excel General
    Replies: 0
    Last Post: 08-23-2006, 07:40 AM
  5. [SOLVED] How to make a payout table
    By Chris Barnes in forum Excel General
    Replies: 4
    Last Post: 09-20-2005, 12:05 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