+ Reply to Thread
Results 1 to 13 of 13

List of possible outcomes

  1. #1
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    List of possible outcomes

    Hi guys,

    Looked everywhere and can't find this...
    There are 12 games - each with a favourite and a underdog...
    each game has a pointspread for example game 1: Visitors -3, Home +3
    I need a list of all the combinations where there is at least a +20 when the
    underdogs win (if favourite wins count that as a zero - not the point spread).
    Only list the combinations where the total is +20.

    thanks mikeee
    Last edited by mikeee; 10-15-2010 at 12:53 PM. Reason: changed title

  2. #2
    Forum Contributor pr4t3ek's Avatar
    Join Date
    10-13-2008
    Location
    Melbourne, Australia
    MS-Off Ver
    2003 & 2007, 2010
    Posts
    483

    Re: List of possible outcomes

    Sorry but i don't quite understand your request.

    Can you upload a few examples?
    Last edited by Paul; 10-15-2010 at 01:49 PM.
    --
    Regards
    PD

    ----- Don't Forget -----

    1. Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks

    2. Thank those who have helped you by Clicking the scales above each post.

    3. Please mark your post [SOLVED] if it has been answered satisfactorily.

  3. #3
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    For example
    game 1 visitors -3 home +3
    game 2 visitors +5 home -5
    ...
    game 12 visitors +7 home -7

    so i would need output like this..

    hhhhhhhhhhhv
    hhhhhhhhhhvv
    etc...

    for each combo of outcomes i want the total number of all the positive numbers - if over 20 then i will use that combo - if below 20 i will disregard.

    hth
    Last edited by Paul; 10-15-2010 at 01:49 PM.

  4. #4
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    are you allowed to bump these?

  5. #5
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: List of possible outcomes

    Its not clear what you desire.

    "i want the total number of all the positive numbers - if over 20 then i will use that combo - if below 20 i will disregard."

    It sounds like you want all the numbers that are greater than 20. That exceeds Excel memory limits.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  6. #6
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    I am not explaining this well enough sorry...
    there are 12 games - so i want a list oh all combinations of these 12 games...
    the first combo would be all visitors winning...
    there are 4098 combos i believe...

    Now from those combos i want to eliminate some of them in the following manner:
    Add up all the point spreads from all the games and if it equals 20 or more (only use the positive point spreads when adding - disregard the negatives) - this is a good combo - if not eliminate this from the 4098 combos...
    Last edited by Paul; 10-17-2010 at 12:17 AM. Reason: Removed quote of full post in response.

  7. #7
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: List of possible outcomes

    It sounds like you are looking at the 4096 possibilites if a game has two possible outcomes, Home and Away.

    It sound like you want to add a third possibility, Home+20

    There are 3^12 possibilties in that case.

    The talk of point spreads, I don't understand. Do you have a sheet listing games and point spreads and want to filter them? That can be done with AutoFilter.

  8. #8
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    YES - for example this week the games are:
    v h
    1 -7.5 7.5
    2 4.5 -4.5
    3 3 -3
    4 -4.5 4.5
    5 3 -3
    6 6.5 -6.5
    7 -3 3
    8 6.5 -6.5
    9 1 -1
    10 -3 3
    11 -2.5 2.5
    12 3 -3
    Last edited by Paul; 10-17-2010 at 12:17 AM. Reason: Removed quote of full post in response.

  9. #9
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: List of possible outcomes

    Would COUNTIF(A1:A12,">20") do what you want?

  10. #10
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    Quote Originally Posted by mikerickson View Post
    Would COUNTIF(A1:A12,">20") do what you want?
    no i dont think so - first off - i need every possibility to be generated by the program - then can maybe use a countif

  11. #11
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    can someone just tell me how to generate the list of all the possible outcomes (forget about the spreads for now)

  12. #12
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    bumpity bump

  13. #13
    Registered User
    Join Date
    10-14-2010
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: List of possible outcomes

    can anyone help with this?

+ 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