+ Reply to Thread
Results 1 to 9 of 9

Race points

  1. #1
    Registered User
    Join Date
    02-05-2011
    Location
    Maryland
    MS-Off Ver
    Excel 2007
    Posts
    25

    Race points

    Hi guys I have another one....I had a formula that worked but we have changed it a little and now the set up doesnt work with my forumla.

    Racers attend 7 races and their total points is based on the best 5 out of 7 plus bonus points.

    My old spreadsheet had the TOTAL points for each race. This new one has the breakdown of the points...

    This is my old formula =SUMPRODUCT(--(LARGE(C3:I3,{1,2,3,4,5})))+(J3+K3+L3)

    J3, K3 and L3 use to be my bonus points now its just one cell.

    Here is the spreadsheet
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Race points

    It's not clear to me what the result should be. Do you want a formula for Z3 copied down? Which columns do you take the values from - Q, E or S?

    A formula like this in Z3 copied down will give you the 5 largest E values + the bonus

    =SUM(LARGE(IF(D$2:X$2="E",D3:X3),{1,2,3,4,5}))+Y3

    confirmed with CTRL+SHIFT+ENTER
    Audere est facere

  3. #3
    Registered User
    Join Date
    02-05-2011
    Location
    Maryland
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Race points

    Ok the way that it needs to work is that the total points should be the best 5 out of 7 event + the bonus point colum so the total in Z3 for racer 1 should include
    The totals from Race 1, Race 2, Race 3, Race 4, Race 5 and the bonus points so his final total would be 2730.
    I need the total for each race which includes Q,E and S.

    Make sense?

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Race points

    Perhaps then:

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    02-05-2011
    Location
    Maryland
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Race points

    Quote Originally Posted by donkeyote View Post
    perhaps then:

    Please Login or Register  to view this content.
    perfect!!!

    Thank you =)

  6. #6
    Registered User
    Join Date
    02-05-2011
    Location
    Maryland
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Race points

    I need some help editing this spreadsheet again.

    The first formula works fabulous.

    I just need two more.

    The formula in the season total colum already takes away a racers WORST (or lowest points) races. I just need that amount of the WORST races to show up in the Dropped Races Column.

    The other thing I need is a formula for the bonus point column.
    Basically the way it works is like this...if you attend 5 races you get 25 points if you attend 6 you get an additional 50 and if you attend all 7 you get an additional 100 for a total of 175. Is there a way to write a formula that says if you get points in the "S" column under the races that it will count them and add that number in autmatically? So say for racer 1 he should have 75 points already in the bonus field and once I add in points for race 7 in should change to 175.
    Does that make sense?
    Attached Files Attached Files

  7. #7
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Race points

    Quote Originally Posted by shanshine
    ...if you attend 5 races you get 25 points if you attend 6 you get an additional 50 and if you attend all 7 you get an additional 100 for a total of 175. Is there a way to write a formula that says if you get points in the "S" column under the races that it will count them and add that number in autmatically?
    I am assuming you require backwards compatibility with XL2003 and so am ignoring COUNTIFS

    Please Login or Register  to view this content.
    Quote Originally Posted by shanshine
    ...I just need that amount of the WORST races to show up in the Dropped Races Column.
    Given the Total Column is inclusive of Bonus (calculated above) you need to discount the Bonus from your calculation so:

    Please Login or Register  to view this content.
    If you wish to show Drop as a negative then:

    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    02-05-2011
    Location
    Maryland
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Race points

    Ok you guys were soooo much help with this already I need some additional help. I tried to modify the formulas myself but I just jacked them up! I am an accountant.....we just do subtraction and addition!!!

    Column V-Bonus I need it to calculate bonus points based on attendance for 4 its 25 points for 5 its 75 or for 6 its 125 these are totals. So I need it to recognize ATTENDANCE by the values in the columns titles with an (S)

    Column W this is the formula I had from above Z3:
    =SUM(LARGE(SUBTOTAL(9,OFFSET($D3:$F3,0,{0,3,6,9,12,15,18})),{1,2,3,4,5}),Y3)
    copied down

    But I need it to calulate the best 4 out of 6 races now. I know its probably a simple solution to change it but like I said I kept messing it up. Any help would be appreciated.

    Here is an example of the spreadsheet
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    02-05-2011
    Location
    Maryland
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Race points

    Quote Originally Posted by arlu1201 View Post
    shanshine,

    Welcome to the Forum, unfortunately:

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.
    I was the original poster......the help I need is for a modification to the formulas already given to me.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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