I want to create a Excel workbook that will help in specific poker situations. Short version: I want to be able to calculate how often my opponent will need to fold for an all-in raise to show a positive expectation. Explanation: In poker you can win a hand by having the best hand at the end OR getting your opponent to fold. A common situation comes up where you have a "drawing hand" and face a bet by your opponent. In this situation you know you are currently behind in the hand, but have a chance to win if you catch some of your "outs" (cards that will give you the winning hand). Example: You have one of these drawing hands and it will become the winning hand about 1/3 of the time if you stay in until the end. There is $150 in the pot and your opponent bets another $100. If you were to re-raise all in it would be for a total of $300 ($200 in addition to his $100). x% of the time my opponent will fold in this spot I want to be able to solve for x (the amount my opponent will need to fold) to show me the break even point of this re-raise. When I re-raise all in he is only left with two options so we need to account for both. He can call or he can fold: 100% of the time he folds I will win $250 2/3 of the time he calls I miss my draw and lose $300 (the amount I re-raised all in with) 1/3 of the time I will hit my draw and win $450 ($150 in the original pot+his $100 bet+his $200 call of my all in re-raise) So, how can I create an excel workbook/calculation that will calculate the % my opponent will need to fold for my all in re-raise to break even? Thanks in advance for any help with this.
FISH wrote: > I want to create a Excel workbook that will help in specific poker > situations. > > Short version: I want to be able to calculate how often my opponent will > need to fold for an all-in raise to show a positive expectation. > > Explanation: > In poker you can win a hand by having the best hand at the end OR getting > your opponent to fold. > > A common situation comes up where you have a "drawing hand" and face a bet > by your opponent. In this situation you know you are currently behind in the > hand, but have a chance to win if you catch some of your "outs" (cards that > will give you the winning hand). > > Example: > You have one of these drawing hands and it will become the winning hand > about 1/3 of the time if you stay in until the end. > There is $150 in the pot and your opponent bets another $100. > If you were to re-raise all in it would be for a total of $300 ($200 in > addition to his $100). > x% of the time my opponent will fold in this spot > > I want to be able to solve for x (the amount my opponent will need to fold) > to show me the break even point of this re-raise. > > When I re-raise all in he is only left with two options so we need to > account for both. He can call or he can fold: > 100% of the time he folds I will win $250 > 2/3 of the time he calls I miss my draw and lose $300 (the amount I > re-raised all in with) > 1/3 of the time I will hit my draw and win $450 ($150 in the original > pot+his $100 bet+his $200 call of my all in re-raise) > > So, how can I create an excel workbook/calculation that will calculate the % > my opponent will need to fold for my all in re-raise to break even? > > > Thanks in advance for any help with this. > It seems you have over simplified to the point of useless. example. You win 1/3 of the time = $450 lose 2/3 of the time = $600 (2 times the 300 that you lose) Your strategy of an average of 3 hands = $150 in the hole.
"Bob I" <birelan@yahoo.com> wrote in message news:ebkvEc6rIHA.4876@TK2MSFTNGP02.phx.gbl... > > > It seems you have over simplified to the point of useless. example. You > win 1/3 of the time = $450 > lose 2/3 of the time = $600 (2 times the 300 that you lose) > > Your strategy of an average of 3 hands = $150 in the hole. > BUT the times he will fold could more then make up the difference. Each and every single time he folds I will win $250. So I'm looking to figure out how often he will need to fold before this re-raise all in will make sense (Break even). So in the original example (below) if I think my opponent will fold half the time, I will come out ahead, but if I only think my opponent will fold about 1 out of 10 times, I will show a loss by making this raise. Those are extremes so I'd like to be able to be more accurate and know precisely how often he will need to fold. Thanks. > FISH wrote: >> I want to create a Excel workbook that will help in specific poker >> situations. >> >> Short version: I want to be able to calculate how often my opponent will >> need to fold for an all-in raise to show a positive expectation. >> >> Explanation: >> In poker you can win a hand by having the best hand at the end OR getting >> your opponent to fold. >> >> A common situation comes up where you have a "drawing hand" and face a >> bet by your opponent. In this situation you know you are currently behind >> in the hand, but have a chance to win if you catch some of your "outs" >> (cards that will give you the winning hand). >> >> Example: >> You have one of these drawing hands and it will become the winning hand >> about 1/3 of the time if you stay in until the end. >> There is $150 in the pot and your opponent bets another $100. >> If you were to re-raise all in it would be for a total of $300 ($200 in >> addition to his $100). >> x% of the time my opponent will fold in this spot >> >> I want to be able to solve for x (the amount my opponent will need to >> fold) to show me the break even point of this re-raise. >> >> When I re-raise all in he is only left with two options so we need to >> account for both. He can call or he can fold: >> 100% of the time he folds I will win $250 >> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >> re-raised all in with) >> 1/3 of the time I will hit my draw and win $450 ($150 in the original >> pot+his $100 bet+his $200 call of my all in re-raise) >> >> So, how can I create an excel workbook/calculation that will calculate >> the % my opponent will need to fold for my all in re-raise to break even? >> >> >> Thanks in advance for any help with this. >>
Then you will need to determine the numbers a lot closer than you have. At the moment it is nothing but conjecture, you have simplified it to the point that it is useless. If you don't force him to fold you will lose $50 on average given the numbers you posed. If he folds you win $250, to break even you must force him to fold 1/6th of the time. He folds you win $250, he doesn't fold 5 times you lose $250. 1 vs 5 equals 1 of 6 or approximately 17% FISH wrote: > "Bob I" <birelan@yahoo.com> wrote in message > news:ebkvEc6rIHA.4876@TK2MSFTNGP02.phx.gbl... > >> >>It seems you have over simplified to the point of useless. example. You >>win 1/3 of the time = $450 >>lose 2/3 of the time = $600 (2 times the 300 that you lose) >> >>Your strategy of an average of 3 hands = $150 in the hole. >> > > > > BUT the times he will fold could more then make up the difference. Each and > every single time he folds I will win $250. So I'm looking to figure out how > often he will need to fold before this re-raise all in will make sense > (Break even). > > So in the original example (below) if I think my opponent will fold half the > time, I will come out ahead, but if I only think my opponent will fold about > 1 out of 10 times, I will show a loss by making this raise. Those are > extremes so I'd like to be able to be more accurate and know precisely how > often he will need to fold. > > Thanks. > > > > >>FISH wrote: >> >>>I want to create a Excel workbook that will help in specific poker >>>situations. >>> >>>Short version: I want to be able to calculate how often my opponent will >>>need to fold for an all-in raise to show a positive expectation. >>> >>>Explanation: >>>In poker you can win a hand by having the best hand at the end OR getting >>>your opponent to fold. >>> >>>A common situation comes up where you have a "drawing hand" and face a >>>bet by your opponent. In this situation you know you are currently behind >>>in the hand, but have a chance to win if you catch some of your "outs" >>>(cards that will give you the winning hand). >>> >>>Example: >>>You have one of these drawing hands and it will become the winning hand >>>about 1/3 of the time if you stay in until the end. >>>There is $150 in the pot and your opponent bets another $100. >>>If you were to re-raise all in it would be for a total of $300 ($200 in >>>addition to his $100). >>>x% of the time my opponent will fold in this spot >>> >>>I want to be able to solve for x (the amount my opponent will need to >>>fold) to show me the break even point of this re-raise. >>> >>>When I re-raise all in he is only left with two options so we need to >>>account for both. He can call or he can fold: >>>100% of the time he folds I will win $250 >>>2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>re-raised all in with) >>>1/3 of the time I will hit my draw and win $450 ($150 in the original >>>pot+his $100 bet+his $200 call of my all in re-raise) >>> >>>So, how can I create an excel workbook/calculation that will calculate >>>the % my opponent will need to fold for my all in re-raise to break even? >>> >>> >>>Thanks in advance for any help with this. >>> > > >
Thank you Bob, Yes 1/6th of the time is the correct % he will need to fold for this play (in this example) to break even. Therefore if I feel he will fold more then 1/6th of the time a raise will be "correct" over the long run. If not, a raise would show a loss over the long run. I'm just trying to figure out a calculation I can create in Excel so I can quickly find this "break even" fold % I need to profitably raise all in. "Bob I" <birelan@yahoo.com> wrote in message news:uXoZl56rIHA.2492@TK2MSFTNGP06.phx.gbl... > Then you will need to determine the numbers a lot closer than you have. At > the moment it is nothing but conjecture, you have simplified it to the > point that it is useless. If you don't force him to fold you will lose $50 > on average given the numbers you posed. If he folds you win $250, to break > even you must force him to fold 1/6th of the time. > > He folds you win $250, he doesn't fold 5 times you lose $250. > > 1 vs 5 equals 1 of 6 or approximately 17% > > > FISH wrote: >> "Bob I" <birelan@yahoo.com> wrote in message >> news:ebkvEc6rIHA.4876@TK2MSFTNGP02.phx.gbl... >> >>> >>>It seems you have over simplified to the point of useless. example. You >>>win 1/3 of the time = $450 >>>lose 2/3 of the time = $600 (2 times the 300 that you lose) >>> >>>Your strategy of an average of 3 hands = $150 in the hole. >>> >> >> >> >> BUT the times he will fold could more then make up the difference. Each >> and every single time he folds I will win $250. So I'm looking to figure >> out how often he will need to fold before this re-raise all in will make >> sense (Break even). >> >> So in the original example (below) if I think my opponent will fold half >> the time, I will come out ahead, but if I only think my opponent will >> fold about 1 out of 10 times, I will show a loss by making this raise. >> Those are extremes so I'd like to be able to be more accurate and know >> precisely how often he will need to fold. >> >> Thanks. >> >> >> >> >>>FISH wrote: >>> >>>>I want to create a Excel workbook that will help in specific poker >>>>situations. >>>> >>>>Short version: I want to be able to calculate how often my opponent will >>>>need to fold for an all-in raise to show a positive expectation. >>>> >>>>Explanation: >>>>In poker you can win a hand by having the best hand at the end OR >>>>getting your opponent to fold. >>>> >>>>A common situation comes up where you have a "drawing hand" and face a >>>>bet by your opponent. In this situation you know you are currently >>>>behind in the hand, but have a chance to win if you catch some of your >>>>"outs" (cards that will give you the winning hand). >>>> >>>>Example: >>>>You have one of these drawing hands and it will become the winning hand >>>>about 1/3 of the time if you stay in until the end. >>>>There is $150 in the pot and your opponent bets another $100. >>>>If you were to re-raise all in it would be for a total of $300 ($200 in >>>>addition to his $100). >>>>x% of the time my opponent will fold in this spot >>>> >>>>I want to be able to solve for x (the amount my opponent will need to >>>>fold) to show me the break even point of this re-raise. >>>> >>>>When I re-raise all in he is only left with two options so we need to >>>>account for both. He can call or he can fold: >>>>100% of the time he folds I will win $250 >>>>2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>re-raised all in with) >>>>1/3 of the time I will hit my draw and win $450 ($150 in the original >>>>pot+his $100 bet+his $200 call of my all in re-raise) >>>> >>>>So, how can I create an excel workbook/calculation that will calculate >>>>the % my opponent will need to fold for my all in re-raise to break >>>>even? >>>> >>>> >>>>Thanks in advance for any help with this. >>>> >> >> >> >
The "problem" is the money wagered. Percentage is equal to 100/)(How much you win if he folds)/(average loss if he doesn't)+1). FISH wrote: > Thank you Bob, > > Yes 1/6th of the time is the correct % he will need to fold for this play > (in this example) to break even. Therefore if I feel he will fold more then > 1/6th of the time a raise will be "correct" over the long run. If not, a > raise would show a loss over the long run. > > > I'm just trying to figure out a calculation I can create in Excel so I can > quickly find this "break even" fold % I need to profitably raise all in. > > > > > > > "Bob I" <birelan@yahoo.com> wrote in message > news:uXoZl56rIHA.2492@TK2MSFTNGP06.phx.gbl... > >>Then you will need to determine the numbers a lot closer than you have. At >>the moment it is nothing but conjecture, you have simplified it to the >>point that it is useless. If you don't force him to fold you will lose $50 >>on average given the numbers you posed. If he folds you win $250, to break >>even you must force him to fold 1/6th of the time. >> >>He folds you win $250, he doesn't fold 5 times you lose $250. >> >>1 vs 5 equals 1 of 6 or approximately 17% >> >> >>FISH wrote: >> >>>"Bob I" <birelan@yahoo.com> wrote in message >>>news:ebkvEc6rIHA.4876@TK2MSFTNGP02.phx.gbl... >>> >>> >>>>It seems you have over simplified to the point of useless. example. You >>>>win 1/3 of the time = $450 >>>>lose 2/3 of the time = $600 (2 times the 300 that you lose) >>>> >>>>Your strategy of an average of 3 hands = $150 in the hole. >>>> >>> >>> >>> >>>BUT the times he will fold could more then make up the difference. Each >>>and every single time he folds I will win $250. So I'm looking to figure >>>out how often he will need to fold before this re-raise all in will make >>>sense (Break even). >>> >>>So in the original example (below) if I think my opponent will fold half >>>the time, I will come out ahead, but if I only think my opponent will >>>fold about 1 out of 10 times, I will show a loss by making this raise. >>>Those are extremes so I'd like to be able to be more accurate and know >>>precisely how often he will need to fold. >>> >>>Thanks. >>> >>> >>> >>> >>> >>>>FISH wrote: >>>> >>>> >>>>>I want to create a Excel workbook that will help in specific poker >>>>>situations. >>>>> >>>>>Short version: I want to be able to calculate how often my opponent will >>>>>need to fold for an all-in raise to show a positive expectation. >>>>> >>>>>Explanation: >>>>>In poker you can win a hand by having the best hand at the end OR >>>>>getting your opponent to fold. >>>>> >>>>>A common situation comes up where you have a "drawing hand" and face a >>>>>bet by your opponent. In this situation you know you are currently >>>>>behind in the hand, but have a chance to win if you catch some of your >>>>>"outs" (cards that will give you the winning hand). >>>>> >>>>>Example: >>>>>You have one of these drawing hands and it will become the winning hand >>>>>about 1/3 of the time if you stay in until the end. >>>>>There is $150 in the pot and your opponent bets another $100. >>>>>If you were to re-raise all in it would be for a total of $300 ($200 in >>>>>addition to his $100). >>>>>x% of the time my opponent will fold in this spot >>>>> >>>>>I want to be able to solve for x (the amount my opponent will need to >>>>>fold) to show me the break even point of this re-raise. >>>>> >>>>>When I re-raise all in he is only left with two options so we need to >>>>>account for both. He can call or he can fold: >>>>>100% of the time he folds I will win $250 >>>>>2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>>re-raised all in with) >>>>>1/3 of the time I will hit my draw and win $450 ($150 in the original >>>>>pot+his $100 bet+his $200 call of my all in re-raise) >>>>> >>>>>So, how can I create an excel workbook/calculation that will calculate >>>>>the % my opponent will need to fold for my all in re-raise to break >>>>>even? >>>>> >>>>> >>>>>Thanks in advance for any help with this. >>>>> >>> >>> >>> > >
Sorry for the additional request for help, but...how to I enter this info into an Excel workbook? I'm looking for a workbook where I can enter in the given info (current pot size, current bet, chance of winning with my hand, remaining stack size that can be won or lost). Then find the correct fold % I will need from my opponent. "Bob I" <birelan@yahoo.com> wrote in message news:%238s5bi7rIHA.4492@TK2MSFTNGP02.phx.gbl... > The "problem" is the money wagered. Percentage is equal to 100/)(How much > you win if he folds)/(average loss if he doesn't)+1). > > FISH wrote: > >> Thank you Bob, >> >> Yes 1/6th of the time is the correct % he will need to fold for this play >> (in this example) to break even. Therefore if I feel he will fold more >> then 1/6th of the time a raise will be "correct" over the long run. If >> not, a raise would show a loss over the long run. >> >> >> I'm just trying to figure out a calculation I can create in Excel so I >> can quickly find this "break even" fold % I need to profitably raise all >> in. >> >> >> >> >> >> >> "Bob I" <birelan@yahoo.com> wrote in message >> news:uXoZl56rIHA.2492@TK2MSFTNGP06.phx.gbl... >> >>>Then you will need to determine the numbers a lot closer than you have. >>>At the moment it is nothing but conjecture, you have simplified it to the >>>point that it is useless. If you don't force him to fold you will lose >>>$50 on average given the numbers you posed. If he folds you win $250, to >>>break even you must force him to fold 1/6th of the time. >>> >>>He folds you win $250, he doesn't fold 5 times you lose $250. >>> >>>1 vs 5 equals 1 of 6 or approximately 17% >>> >>> >>>FISH wrote: >>> >>>>"Bob I" <birelan@yahoo.com> wrote in message >>>>news:ebkvEc6rIHA.4876@TK2MSFTNGP02.phx.gbl... >>>> >>>> >>>>>It seems you have over simplified to the point of useless. example. You >>>>>win 1/3 of the time = $450 >>>>>lose 2/3 of the time = $600 (2 times the 300 that you lose) >>>>> >>>>>Your strategy of an average of 3 hands = $150 in the hole. >>>>> >>>> >>>> >>>> >>>>BUT the times he will fold could more then make up the difference. Each >>>>and every single time he folds I will win $250. So I'm looking to figure >>>>out how often he will need to fold before this re-raise all in will make >>>>sense (Break even). >>>> >>>>So in the original example (below) if I think my opponent will fold half >>>>the time, I will come out ahead, but if I only think my opponent will >>>>fold about 1 out of 10 times, I will show a loss by making this raise. >>>>Those are extremes so I'd like to be able to be more accurate and know >>>>precisely how often he will need to fold. >>>> >>>>Thanks. >>>> >>>> >>>> >>>> >>>> >>>>>FISH wrote: >>>>> >>>>> >>>>>>I want to create a Excel workbook that will help in specific poker >>>>>>situations. >>>>>> >>>>>>Short version: I want to be able to calculate how often my opponent >>>>>>will need to fold for an all-in raise to show a positive expectation. >>>>>> >>>>>>Explanation: >>>>>>In poker you can win a hand by having the best hand at the end OR >>>>>>getting your opponent to fold. >>>>>> >>>>>>A common situation comes up where you have a "drawing hand" and face a >>>>>>bet by your opponent. In this situation you know you are currently >>>>>>behind in the hand, but have a chance to win if you catch some of your >>>>>>"outs" (cards that will give you the winning hand). >>>>>> >>>>>>Example: >>>>>>You have one of these drawing hands and it will become the winning >>>>>>hand about 1/3 of the time if you stay in until the end. >>>>>>There is $150 in the pot and your opponent bets another $100. >>>>>>If you were to re-raise all in it would be for a total of $300 ($200 >>>>>>in addition to his $100). >>>>>>x% of the time my opponent will fold in this spot >>>>>> >>>>>>I want to be able to solve for x (the amount my opponent will need to >>>>>>fold) to show me the break even point of this re-raise. >>>>>> >>>>>>When I re-raise all in he is only left with two options so we need to >>>>>>account for both. He can call or he can fold: >>>>>>100% of the time he folds I will win $250 >>>>>>2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>>>re-raised all in with) >>>>>>1/3 of the time I will hit my draw and win $450 ($150 in the original >>>>>>pot+his $100 bet+his $200 call of my all in re-raise) >>>>>> >>>>>>So, how can I create an excel workbook/calculation that will calculate >>>>>>the % my opponent will need to fold for my all in re-raise to break >>>>>>even? >>>>>> >>>>>> >>>>>>Thanks in advance for any help with this. >>>>>> >>>> >>>> >>>> >> >> >
You will need to build it yourself. We just called it buying the pot. FISH wrote: > Sorry for the additional request for help, but...how to I enter this info > into an Excel workbook? > > > I'm looking for a workbook where I can enter in the given info (current pot > size, current bet, chance of winning with my hand, remaining stack size that > can be won or lost). Then find the correct fold % I will need from my > opponent. > > > > > "Bob I" <birelan@yahoo.com> wrote in message > news:%238s5bi7rIHA.4492@TK2MSFTNGP02.phx.gbl... > >>The "problem" is the money wagered. Percentage is equal to 100/)(How much >>you win if he folds)/(average loss if he doesn't)+1). >> >>FISH wrote: >> >> >>>Thank you Bob, >>> >>>Yes 1/6th of the time is the correct % he will need to fold for this play >>>(in this example) to break even. Therefore if I feel he will fold more >>>then 1/6th of the time a raise will be "correct" over the long run. If >>>not, a raise would show a loss over the long run. >>> >>> >>>I'm just trying to figure out a calculation I can create in Excel so I >>>can quickly find this "break even" fold % I need to profitably raise all >>>in. >>> >>> >>> >>> >>> >>> >>>"Bob I" <birelan@yahoo.com> wrote in message >>>news:uXoZl56rIHA.2492@TK2MSFTNGP06.phx.gbl... >>> >>> >>>>Then you will need to determine the numbers a lot closer than you have. >>>>At the moment it is nothing but conjecture, you have simplified it to the >>>>point that it is useless. If you don't force him to fold you will lose >>>>$50 on average given the numbers you posed. If he folds you win $250, to >>>>break even you must force him to fold 1/6th of the time. >>>> >>>>He folds you win $250, he doesn't fold 5 times you lose $250. >>>> >>>>1 vs 5 equals 1 of 6 or approximately 17% >>>> >>>> >>>>FISH wrote: >>>> >>>> >>>>>"Bob I" <birelan@yahoo.com> wrote in message >>>>>news:ebkvEc6rIHA.4876@TK2MSFTNGP02.phx.gbl... >>>>> >>>>> >>>>> >>>>>>It seems you have over simplified to the point of useless. example. You >>>>>>win 1/3 of the time = $450 >>>>>>lose 2/3 of the time = $600 (2 times the 300 that you lose) >>>>>> >>>>>>Your strategy of an average of 3 hands = $150 in the hole. >>>>>> >>>>> >>>>> >>>>> >>>>>BUT the times he will fold could more then make up the difference. Each >>>>>and every single time he folds I will win $250. So I'm looking to figure >>>>>out how often he will need to fold before this re-raise all in will make >>>>>sense (Break even). >>>>> >>>>>So in the original example (below) if I think my opponent will fold half >>>>>the time, I will come out ahead, but if I only think my opponent will >>>>>fold about 1 out of 10 times, I will show a loss by making this raise. >>>>>Those are extremes so I'd like to be able to be more accurate and know >>>>>precisely how often he will need to fold. >>>>> >>>>>Thanks. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>FISH wrote: >>>>>> >>>>>> >>>>>> >>>>>>>I want to create a Excel workbook that will help in specific poker >>>>>>>situations. >>>>>>> >>>>>>>Short version: I want to be able to calculate how often my opponent >>>>>>>will need to fold for an all-in raise to show a positive expectation. >>>>>>> >>>>>>>Explanation: >>>>>>>In poker you can win a hand by having the best hand at the end OR >>>>>>>getting your opponent to fold. >>>>>>> >>>>>>>A common situation comes up where you have a "drawing hand" and face a >>>>>>>bet by your opponent. In this situation you know you are currently >>>>>>>behind in the hand, but have a chance to win if you catch some of your >>>>>>>"outs" (cards that will give you the winning hand). >>>>>>> >>>>>>>Example: >>>>>>>You have one of these drawing hands and it will become the winning >>>>>>>hand about 1/3 of the time if you stay in until the end. >>>>>>>There is $150 in the pot and your opponent bets another $100. >>>>>>>If you were to re-raise all in it would be for a total of $300 ($200 >>>>>>>in addition to his $100). >>>>>>>x% of the time my opponent will fold in this spot >>>>>>> >>>>>>>I want to be able to solve for x (the amount my opponent will need to >>>>>>>fold) to show me the break even point of this re-raise. >>>>>>> >>>>>>>When I re-raise all in he is only left with two options so we need to >>>>>>>account for both. He can call or he can fold: >>>>>>>100% of the time he folds I will win $250 >>>>>>>2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>>>>re-raised all in with) >>>>>>>1/3 of the time I will hit my draw and win $450 ($150 in the original >>>>>>>pot+his $100 bet+his $200 call of my all in re-raise) >>>>>>> >>>>>>>So, how can I create an excel workbook/calculation that will calculate >>>>>>>the % my opponent will need to fold for my all in re-raise to break >>>>>>>even? >>>>>>> >>>>>>> >>>>>>>Thanks in advance for any help with this. >>>>>>> >>>>> >>>>> >>>>> >>> > >
Well, that was my original question. How to build this in Excel? If I knew how to do it, I wouldn't of needed to come here and ask for help :) "Bob I" <birelan@yahoo.com> wrote in message news:%23JqIKy7rIHA.1772@TK2MSFTNGP03.phx.gbl... > You will need to build it yourself. We just called it buying the pot. > > FISH wrote: > >> Sorry for the additional request for help, but...how to I enter this info >> into an Excel workbook? >> >> >> I'm looking for a workbook where I can enter in the given info (current >> pot size, current bet, chance of winning with my hand, remaining stack >> size that can be won or lost). Then find the correct fold % I will need >> from my opponent. >> >> >> >> >> "Bob I" <birelan@yahoo.com> wrote in message >> news:%238s5bi7rIHA.4492@TK2MSFTNGP02.phx.gbl... >> >>>The "problem" is the money wagered. Percentage is equal to 100/)(How much >>>you win if he folds)/(average loss if he doesn't)+1). >>> >>>FISH wrote: >>> >>> >>>>Thank you Bob, >>>> >>>>Yes 1/6th of the time is the correct % he will need to fold for this >>>>play (in this example) to break even. Therefore if I feel he will fold >>>>more then 1/6th of the time a raise will be "correct" over the long run. >>>>If not, a raise would show a loss over the long run. >>>> >>>> >>>>I'm just trying to figure out a calculation I can create in Excel so I >>>>can quickly find this "break even" fold % I need to profitably raise all >>>>in. >>>> >>>> >>>> >>>> >>>> >>>> >>>>"Bob I" <birelan@yahoo.com> wrote in message >>>>news:uXoZl56rIHA.2492@TK2MSFTNGP06.phx.gbl... >>>> >>>> >>>>>Then you will need to determine the numbers a lot closer than you have. >>>>>At the moment it is nothing but conjecture, you have simplified it to >>>>>the point that it is useless. If you don't force him to fold you will >>>>>lose $50 on average given the numbers you posed. If he folds you win >>>>>$250, to break even you must force him to fold 1/6th of the time. >>>>> >>>>>He folds you win $250, he doesn't fold 5 times you lose $250. >>>>> >>>>>1 vs 5 equals 1 of 6 or approximately 17% >>>>> >>>>> >>>>>FISH wrote: >>>>> >>>>> >>>>>>"Bob I" <birelan@yahoo.com> wrote in message >>>>>>news:ebkvEc6rIHA.4876@TK2MSFTNGP02.phx.gbl... >>>>>> >>>>>> >>>>>> >>>>>>>It seems you have over simplified to the point of useless. example. >>>>>>>You win 1/3 of the time = $450 >>>>>>>lose 2/3 of the time = $600 (2 times the 300 that you lose) >>>>>>> >>>>>>>Your strategy of an average of 3 hands = $150 in the hole. >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>>BUT the times he will fold could more then make up the difference. >>>>>>Each and every single time he folds I will win $250. So I'm looking to >>>>>>figure out how often he will need to fold before this re-raise all in >>>>>>will make sense (Break even). >>>>>> >>>>>>So in the original example (below) if I think my opponent will fold >>>>>>half the time, I will come out ahead, but if I only think my opponent >>>>>>will fold about 1 out of 10 times, I will show a loss by making this >>>>>>raise. Those are extremes so I'd like to be able to be more accurate >>>>>>and know precisely how often he will need to fold. >>>>>> >>>>>>Thanks. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>FISH wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>>I want to create a Excel workbook that will help in specific poker >>>>>>>>situations. >>>>>>>> >>>>>>>>Short version: I want to be able to calculate how often my opponent >>>>>>>>will need to fold for an all-in raise to show a positive >>>>>>>>expectation. >>>>>>>> >>>>>>>>Explanation: >>>>>>>>In poker you can win a hand by having the best hand at the end OR >>>>>>>>getting your opponent to fold. >>>>>>>> >>>>>>>>A common situation comes up where you have a "drawing hand" and face >>>>>>>>a bet by your opponent. In this situation you know you are currently >>>>>>>>behind in the hand, but have a chance to win if you catch some of >>>>>>>>your "outs" (cards that will give you the winning hand). >>>>>>>> >>>>>>>>Example: >>>>>>>>You have one of these drawing hands and it will become the winning >>>>>>>>hand about 1/3 of the time if you stay in until the end. >>>>>>>>There is $150 in the pot and your opponent bets another $100. >>>>>>>>If you were to re-raise all in it would be for a total of $300 ($200 >>>>>>>>in addition to his $100). >>>>>>>>x% of the time my opponent will fold in this spot >>>>>>>> >>>>>>>>I want to be able to solve for x (the amount my opponent will need >>>>>>>>to fold) to show me the break even point of this re-raise. >>>>>>>> >>>>>>>>When I re-raise all in he is only left with two options so we need >>>>>>>>to account for both. He can call or he can fold: >>>>>>>>100% of the time he folds I will win $250 >>>>>>>>2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>>>>>re-raised all in with) >>>>>>>>1/3 of the time I will hit my draw and win $450 ($150 in the >>>>>>>>original pot+his $100 bet+his $200 call of my all in re-raise) >>>>>>>> >>>>>>>>So, how can I create an excel workbook/calculation that will >>>>>>>>calculate the % my opponent will need to fold for my all in re-raise >>>>>>>>to break even? >>>>>>>> >>>>>>>> >>>>>>>>Thanks in advance for any help with this. >>>>>>>> >>>>>> >>>>>> >>>>>> >>>> >> >> >
This is a multi-part message in MIME format. ------=_NextPart_000_0067_01C8B036.B86098C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable "FISH" <no@spam.com> wrote in message = news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >I want to create a Excel workbook that will help in specific poker=20 > situations. >=20 > Short version: I want to be able to calculate how often my opponent = will=20 > need to fold for an all-in raise to show a positive expectation. >=20 > Explanation: > In poker you can win a hand by having the best hand at the end OR = getting=20 > your opponent to fold. >=20 > A common situation comes up where you have a "drawing hand" and face a = bet=20 > by your opponent. In this situation you know you are currently behind = in the=20 > hand, but have a chance to win if you catch some of your "outs" (cards = that=20 > will give you the winning hand). >=20 > Example: > You have one of these drawing hands and it will become the winning = hand=20 > about 1/3 of the time if you stay in until the end. > There is $150 in the pot and your opponent bets another $100. > If you were to re-raise all in it would be for a total of $300 ($200 = in=20 > addition to his $100). > x% of the time my opponent will fold in this spot >=20 > I want to be able to solve for x (the amount my opponent will need to = fold)=20 > to show me the break even point of this re-raise. >=20 > When I re-raise all in he is only left with two options so we need to=20 > account for both. He can call or he can fold: > 100% of the time he folds I will win $250 > 2/3 of the time he calls I miss my draw and lose $300 (the amount I=20 > re-raised all in with) > 1/3 of the time I will hit my draw and win $450 ($150 in the original=20 > pot+his $100 bet+his $200 call of my all in re-raise) >=20 > So, how can I create an excel workbook/calculation that will calculate = the %=20 > my opponent will need to fold for my all in re-raise to break even? >=20 >=20 > Thanks in advance for any help with this. Your example is very clear. I made the following simple spreadsheet: DATA =20 Prob opponent folds =3D 33% =20 Prob I make my draw=3D 33% =20 Amount in pot 250 =20 Amount of my re-raise 300 =20 =20 CALCULATIONS =20 My gain from fold =3D+B2*B4 =20 My gain from draw-win =3D(1-B2)*B3*B4 =20 My loss from draw-lose =3D-(1-B2)*(1-B3)*B5 =20 My overall probable gain =3DSUM(B8:B10) =20 =20 The stuff on the left headed DATA goes in column A, and the stuff on the = right goes in column B. You can just fiddle about with the probability = that opponent folds percentage to make your overall probable gain zero = (break-even), or use the in-built solver function. You really need to read up some simple probability theory to understand = this, but there are only two very simple concepts being used: First, you multiply the probability of an event by its pay-off to get = your 'mathematical expectation'. Second, you multiply probabilities. HTH=20 =20 ------=_NextPart_000_0067_01C8B036.B86098C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.3314" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>"FISH" <</FONT><A=20 href=3D"mailto:no@spam.com"><FONT face=3DArial = size=3D2>no@spam.com</FONT></A><FONT=20 face=3DArial size=3D2>> wrote in message </FONT><A=20 href=3D"news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com"><FONT = face=3DArial=20 size=3D2>news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com</FONT></A><FONT = face=3DArial=20 size=3D2>...</FONT></DIV> <DIV><FONT face=3DArial size=3D2>>I want to create a Excel workbook = that will=20 help in specific poker <BR>> situations.<BR>> <BR>> Short = version: I=20 want to be able to calculate how often my opponent will <BR>> need to = fold=20 for an all-in raise to show a positive expectation.<BR>> <BR>>=20 Explanation:<BR>> In poker you can win a hand by having the best hand = at the=20 end OR getting <BR>> your opponent to fold.<BR>> <BR>> A common = situation comes up where you have a "drawing hand" and face a bet = <BR>> by=20 your opponent. In this situation you know you are currently behind in = the=20 <BR>> hand, but have a chance to win if you catch some of your "outs" = (cards=20 that <BR>> will give you the winning hand).<BR>> <BR>> = Example:<BR>>=20 You have one of these drawing hands and it will become the winning hand = <BR>>=20 about 1/3 of the time if you stay in until the end.<BR>> There is = $150 in the=20 pot and your opponent bets another $100.<BR>> If you were to re-raise = all in=20 it would be for a total of $300 ($200 in <BR>> addition to his = $100).<BR>>=20 x% of the time my opponent will fold in this spot<BR>> <BR>> I = want to be=20 able to solve for x (the amount my opponent will need to fold) <BR>> = to show=20 me the break even point of this re-raise.<BR>> <BR>> When I = re-raise all=20 in he is only left with two options so we need to <BR>> account for = both. He=20 can call or he can fold:<BR>> 100% of the time he folds I will win=20 $250<BR>> 2/3 of the time he calls I miss my draw and lose $300 (the = amount I=20 <BR>> re-raised all in with)<BR>> 1/3 of the time I will hit my = draw and=20 win $450 ($150 in the original <BR>> pot+his $100 bet+his $200 call = of my all=20 in re-raise)<BR>> <BR>> So, how can I create an excel = workbook/calculation=20 that will calculate the % <BR>> my opponent will need to fold for my = all in=20 re-raise to break even?<BR>> <BR>> <BR>> Thanks in advance for = any help=20 with this.<BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Your example is very clear. I made the = following=20 simple spreadsheet:</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV> <TABLE style=3D"WIDTH: 573pt; BORDER-COLLAPSE: collapse" cellSpacing=3D0 = cellPadding=3D0 width=3D764 border=3D0 x:str> <COLGROUP><FONT face=3DArial> <COL style=3D"WIDTH: 222pt; mso-width-source: userset; mso-width-alt: = 5412"=20 width=3D296> <COL style=3D"WIDTH: 96pt" width=3D128> <COL style=3D"WIDTH: 255pt; mso-width-source: userset; mso-width-alt: = 6217"=20 width=3D340><FONT size=3D2></FONT></FONT> <TBODY> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; WIDTH: 222pt; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; = BACKGROUND-COLOR: transparent"=20 width=3D296 height=3D17><FONT face=3DArial size=3D2>DATA</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; WIDTH: 96pt; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: = transparent"=20 width=3D128><FONT face=3DArial size=3D2></FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; WIDTH: 255pt; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: = transparent"=20 width=3D340><FONT face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>Prob opponent folds = =3D</FONT></TD> <TD class=3Dxl22=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num><FONT face=3DArial size=3D2>33%</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>Prob I make my = draw=3D</FONT></TD> <TD class=3Dxl22=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num><FONT face=3DArial size=3D2>33%</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>Amount in pot</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num><FONT face=3DArial size=3D2>250</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>Amount of my = re-raise</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num><FONT face=3DArial size=3D2>300</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2></FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>CALCULATIONS</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>My gain from = fold</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num=3D"82.5" x:fmla=3D"=3D+B2*B4"><FONT face=3DArial = size=3D2>=3D+B2*B4</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>My gain from = draw-win</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num=3D"55.274999999999999" x:fmla=3D"=3D(1-B2)*B3*B4"><FONT = face=3DArial=20 size=3D2>=3D(1-B2)*B3*B4</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>My loss from = draw-lose</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num=3D"-134.67" x:fmla=3D"=3D-(1-B2)*(1-B3)*B5"><FONT face=3DArial = size=3D2>=3D-(1-B2)*(1-B3)*B5</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2>My overall probable = gain</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"=20 x:num=3D"3.1050000000000466" x:fmla=3D"=3DSUM(B8:B10)"><FONT = face=3DArial=20 size=3D2>=3DSUM(B8:B10)</FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR> <TR style=3D"HEIGHT: 12.75pt" height=3D17> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: = transparent"=20 height=3D17><FONT face=3DArial size=3D2></FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD> <TD=20 style=3D"BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: = #d4d0c8; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent"><FONT=20 face=3DArial size=3D2></FONT></TD></TR></TBODY></TABLE></DIV> <DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial = size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>The stuff on the left headed DATA goes = in column A,=20 and the stuff on the right goes in column B. You can just fiddle about = with the=20 probability that opponent folds percentage to make your overall probable = gain=20 zero (break-even), or use the in-built solver function.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>You really need to read up some simple = probability=20 theory to understand this, but there are only two very simple concepts = being=20 used:</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>First, you multiply the probability of = an event by=20 its pay-off to get your 'mathematical expectation'.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Second, you multiply = probabilities.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>HTH</FONT> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML> ------=_NextPart_000_0067_01C8B036.B86098C0--
GB, Thanks for the help, but I'm really trying to get the Excel workbook to work the other way and calculate the break even fold% I'll need to show a 0 expected value (my break even point). I also tried plugging in the calculation you provided, but couldn't get it to work. I pasted the data in the A column and the formulas in B, but couldn't get it to work out correctly. Thanks again for the help. "GB" <NOTsomeone@microsoft.com> wrote in message news:4821866b$0$26093$db0fefd9@news.zen.co.uk... "FISH" <no@spam.com> wrote in message news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >I want to create a Excel workbook that will help in specific poker > situations. > > Short version: I want to be able to calculate how often my opponent will > need to fold for an all-in raise to show a positive expectation. > > Explanation: > In poker you can win a hand by having the best hand at the end OR getting > your opponent to fold. > > A common situation comes up where you have a "drawing hand" and face a bet > by your opponent. In this situation you know you are currently behind in > the > hand, but have a chance to win if you catch some of your "outs" (cards > that > will give you the winning hand). > > Example: > You have one of these drawing hands and it will become the winning hand > about 1/3 of the time if you stay in until the end. > There is $150 in the pot and your opponent bets another $100. > If you were to re-raise all in it would be for a total of $300 ($200 in > addition to his $100). > x% of the time my opponent will fold in this spot > > I want to be able to solve for x (the amount my opponent will need to > fold) > to show me the break even point of this re-raise. > > When I re-raise all in he is only left with two options so we need to > account for both. He can call or he can fold: > 100% of the time he folds I will win $250 > 2/3 of the time he calls I miss my draw and lose $300 (the amount I > re-raised all in with) > 1/3 of the time I will hit my draw and win $450 ($150 in the original > pot+his $100 bet+his $200 call of my all in re-raise) > > So, how can I create an excel workbook/calculation that will calculate the > % > my opponent will need to fold for my all in re-raise to break even? > > > Thanks in advance for any help with this. Your example is very clear. I made the following simple spreadsheet: DATA Prob opponent folds =33% Prob I make my draw=33% Amount in pot250 Amount of my re-raise300 CALCULATIONS My gain from fold=+B2*B4 My gain from draw-win=(1-B2)*B3*B4 My loss from draw-lose=-(1-B2)*(1-B3)*B5 My overall probable gain=SUM(B8:B10) The stuff on the left headed DATA goes in column A, and the stuff on the right goes in column B. You can just fiddle about with the probability that opponent folds percentage to make your overall probable gain zero (break-even), or use the in-built solver function. You really need to read up some simple probability theory to understand this, but there are only two very simple concepts being used: First, you multiply the probability of an event by its pay-off to get your 'mathematical expectation'. Second, you multiply probabilities. HTH
"FISH" <no@spam.com> wrote in message news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... > GB, > > Thanks for the help, but I'm really trying to get the Excel workbook to > work the other way and calculate the break even fold% I'll need to show a > 0 expected value (my break even point). Yes, that's what the solver function does. > > I also tried plugging in the calculation you provided, but couldn't get it > to work. I pasted the data in the A column and the formulas in B, but > couldn't get it to work out correctly. Shame. I have the spreadsheet here, but no means of getting it to you. Can't you just type the formulae in? That's what I did. > > Thanks again for the help. > > > > > "GB" <NOTsomeone@microsoft.com> wrote in message > news:4821866b$0$26093$db0fefd9@news.zen.co.uk... > > "FISH" <no@spam.com> wrote in message > news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>I want to create a Excel workbook that will help in specific poker >> situations. >> >> Short version: I want to be able to calculate how often my opponent will >> need to fold for an all-in raise to show a positive expectation. >> >> Explanation: >> In poker you can win a hand by having the best hand at the end OR getting >> your opponent to fold. >> >> A common situation comes up where you have a "drawing hand" and face a >> bet >> by your opponent. In this situation you know you are currently behind in >> the >> hand, but have a chance to win if you catch some of your "outs" (cards >> that >> will give you the winning hand). >> >> Example: >> You have one of these drawing hands and it will become the winning hand >> about 1/3 of the time if you stay in until the end. >> There is $150 in the pot and your opponent bets another $100. >> If you were to re-raise all in it would be for a total of $300 ($200 in >> addition to his $100). >> x% of the time my opponent will fold in this spot >> >> I want to be able to solve for x (the amount my opponent will need to >> fold) >> to show me the break even point of this re-raise. >> >> When I re-raise all in he is only left with two options so we need to >> account for both. He can call or he can fold: >> 100% of the time he folds I will win $250 >> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >> re-raised all in with) >> 1/3 of the time I will hit my draw and win $450 ($150 in the original >> pot+his $100 bet+his $200 call of my all in re-raise) >> >> So, how can I create an excel workbook/calculation that will calculate >> the % >> my opponent will need to fold for my all in re-raise to break even? >> >> >> Thanks in advance for any help with this. > > Your example is very clear. I made the following simple spreadsheet: > > DATA > Prob opponent folds =33% > Prob I make my draw=33% > Amount in pot250 > Amount of my re-raise300 > > CALCULATIONS > My gain from fold=+B2*B4 > My gain from draw-win=(1-B2)*B3*B4 > My loss from draw-lose=-(1-B2)*(1-B3)*B5 > My overall probable gain=SUM(B8:B10) > > > > > The stuff on the left headed DATA goes in column A, and the stuff on the > right goes in column B. You can just fiddle about with the probability > that opponent folds percentage to make your overall probable gain zero > (break-even), or use the in-built solver function. > > You really need to read up some simple probability theory to understand > this, but there are only two very simple concepts being used: > > First, you multiply the probability of an event by its pay-off to get your > 'mathematical expectation'. > Second, you multiply probabilities. > > HTH >
I'm not very good with Excel (obviously). What is the "solver function" and how can I use it to solve for the needed fold %? And yes, I could just plug the formula in, but I'm still confused as to what formula to put in my workbook. I know to add the necessary data (the data that will change depending on the situation such as pot size, raise amount, % I will make my draw, etc...) in one area and then plug the formula using those cells in another, but I just don't know what that formula should be in order to find the needed fold % for a break even expectation. I know this seems very basic to most of you guys, but I'm just not getting it for some reason...SORRY. "GB" <NOTsomeone@microsoft.com> wrote in message news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... > > "FISH" <no@spam.com> wrote in message > news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >> GB, >> >> Thanks for the help, but I'm really trying to get the Excel workbook to >> work the other way and calculate the break even fold% I'll need to show a >> 0 expected value (my break even point). > > Yes, that's what the solver function does. > > >> >> I also tried plugging in the calculation you provided, but couldn't get >> it to work. I pasted the data in the A column and the formulas in B, but >> couldn't get it to work out correctly. > > Shame. I have the spreadsheet here, but no means of getting it to you. > Can't you just type the formulae in? That's what I did. > > > > > >> >> Thanks again for the help. >> >> >> >> >> "GB" <NOTsomeone@microsoft.com> wrote in message >> news:4821866b$0$26093$db0fefd9@news.zen.co.uk... >> >> "FISH" <no@spam.com> wrote in message >> news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>>I want to create a Excel workbook that will help in specific poker >>> situations. >>> >>> Short version: I want to be able to calculate how often my opponent will >>> need to fold for an all-in raise to show a positive expectation. >>> >>> Explanation: >>> In poker you can win a hand by having the best hand at the end OR >>> getting >>> your opponent to fold. >>> >>> A common situation comes up where you have a "drawing hand" and face a >>> bet >>> by your opponent. In this situation you know you are currently behind in >>> the >>> hand, but have a chance to win if you catch some of your "outs" (cards >>> that >>> will give you the winning hand). >>> >>> Example: >>> You have one of these drawing hands and it will become the winning hand >>> about 1/3 of the time if you stay in until the end. >>> There is $150 in the pot and your opponent bets another $100. >>> If you were to re-raise all in it would be for a total of $300 ($200 in >>> addition to his $100). >>> x% of the time my opponent will fold in this spot >>> >>> I want to be able to solve for x (the amount my opponent will need to >>> fold) >>> to show me the break even point of this re-raise. >>> >>> When I re-raise all in he is only left with two options so we need to >>> account for both. He can call or he can fold: >>> 100% of the time he folds I will win $250 >>> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >>> re-raised all in with) >>> 1/3 of the time I will hit my draw and win $450 ($150 in the original >>> pot+his $100 bet+his $200 call of my all in re-raise) >>> >>> So, how can I create an excel workbook/calculation that will calculate >>> the % >>> my opponent will need to fold for my all in re-raise to break even? >>> >>> >>> Thanks in advance for any help with this. >> >> Your example is very clear. I made the following simple spreadsheet: >> >> DATA >> Prob opponent folds =33% >> Prob I make my draw=33% >> Amount in pot250 >> Amount of my re-raise300 >> >> CALCULATIONS >> My gain from fold=+B2*B4 >> My gain from draw-win=(1-B2)*B3*B4 >> My loss from draw-lose=-(1-B2)*(1-B3)*B5 >> My overall probable gain=SUM(B8:B10) >> >> >> >> >> The stuff on the left headed DATA goes in column A, and the stuff on the >> right goes in column B. You can just fiddle about with the probability >> that opponent folds percentage to make your overall probable gain zero >> (break-even), or use the in-built solver function. >> >> You really need to read up some simple probability theory to understand >> this, but there are only two very simple concepts being used: >> >> First, you multiply the probability of an event by its pay-off to get >> your 'mathematical expectation'. >> Second, you multiply probabilities. >> >> HTH >> > >
"FISH" <no@spam.com> wrote in message news:grlUj.8817$iK6.5718@nlpi069.nbdc.sbc.com... > I'm not very good with Excel (obviously). What is the "solver function" > and how can I use it to solve for the needed fold %? > > And yes, I could just plug the formula in, but I'm still confused as to > what formula to put in my workbook. > > > I know to add the necessary data (the data that will change depending on > the situation such as pot size, raise amount, % I will make my draw, > etc...) in one area and then plug the formula using those cells in > another, but I just don't know what that formula should be in order to > find the needed fold % for a break even expectation. > > > > I know this seems very basic to most of you guys, but I'm just not getting > it for some reason...SORRY. Well I wish you luck. The formulae are all there in the spreadsheet I gave you. The way excel works, it is better to break the formulae down into smaller bits than to have one large formula. I would strongly recommend not playing poker for money until you have improved your maths skills, but if you insist on doing so can I play against you please? ^.^ > > > > > > > "GB" <NOTsomeone@microsoft.com> wrote in message > news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... >> >> "FISH" <no@spam.com> wrote in message >> news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >>> GB, >>> >>> Thanks for the help, but I'm really trying to get the Excel workbook to >>> work the other way and calculate the break even fold% I'll need to show >>> a 0 expected value (my break even point). >> >> Yes, that's what the solver function does. >> >> >>> >>> I also tried plugging in the calculation you provided, but couldn't get >>> it to work. I pasted the data in the A column and the formulas in B, but >>> couldn't get it to work out correctly. >> >> Shame. I have the spreadsheet here, but no means of getting it to you. >> Can't you just type the formulae in? That's what I did. >> >> >> >> >> >>> >>> Thanks again for the help. >>> >>> >>> >>> >>> "GB" <NOTsomeone@microsoft.com> wrote in message >>> news:4821866b$0$26093$db0fefd9@news.zen.co.uk... >>> >>> "FISH" <no@spam.com> wrote in message >>> news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>>>I want to create a Excel workbook that will help in specific poker >>>> situations. >>>> >>>> Short version: I want to be able to calculate how often my opponent >>>> will >>>> need to fold for an all-in raise to show a positive expectation. >>>> >>>> Explanation: >>>> In poker you can win a hand by having the best hand at the end OR >>>> getting >>>> your opponent to fold. >>>> >>>> A common situation comes up where you have a "drawing hand" and face a >>>> bet >>>> by your opponent. In this situation you know you are currently behind >>>> in the >>>> hand, but have a chance to win if you catch some of your "outs" (cards >>>> that >>>> will give you the winning hand). >>>> >>>> Example: >>>> You have one of these drawing hands and it will become the winning hand >>>> about 1/3 of the time if you stay in until the end. >>>> There is $150 in the pot and your opponent bets another $100. >>>> If you were to re-raise all in it would be for a total of $300 ($200 in >>>> addition to his $100). >>>> x% of the time my opponent will fold in this spot >>>> >>>> I want to be able to solve for x (the amount my opponent will need to >>>> fold) >>>> to show me the break even point of this re-raise. >>>> >>>> When I re-raise all in he is only left with two options so we need to >>>> account for both. He can call or he can fold: >>>> 100% of the time he folds I will win $250 >>>> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>> re-raised all in with) >>>> 1/3 of the time I will hit my draw and win $450 ($150 in the original >>>> pot+his $100 bet+his $200 call of my all in re-raise) >>>> >>>> So, how can I create an excel workbook/calculation that will calculate >>>> the % >>>> my opponent will need to fold for my all in re-raise to break even? >>>> >>>> >>>> Thanks in advance for any help with this. >>> >>> Your example is very clear. I made the following simple spreadsheet: >>> >>> DATA >>> Prob opponent folds =33% >>> Prob I make my draw=33% >>> Amount in pot250 >>> Amount of my re-raise300 >>> >>> CALCULATIONS >>> My gain from fold=+B2*B4 >>> My gain from draw-win=(1-B2)*B3*B4 >>> My loss from draw-lose=-(1-B2)*(1-B3)*B5 >>> My overall probable gain=SUM(B8:B10) >>> >>> >>> >>> >>> The stuff on the left headed DATA goes in column A, and the stuff on the >>> right goes in column B. You can just fiddle about with the probability >>> that opponent folds percentage to make your overall probable gain zero >>> (break-even), or use the in-built solver function. >>> >>> You really need to read up some simple probability theory to understand >>> this, but there are only two very simple concepts being used: >>> >>> First, you multiply the probability of an event by its pay-off to get >>> your 'mathematical expectation'. >>> Second, you multiply probabilities. >>> >>> HTH >>> >> >> > >
lol, my poker skills are just a tad bit better then my Excel skills so I am more then up for the challenge :) Which sites do you play on? PS: I think I got your formula to work the way you set it up, but it doesn't come out with the right figures. It shows if my opponent folds 33% of the time it will be about break even, but the correct answer for the break even point will be about 1/6th. PSS: How can I use "solver function" to find the needed fold% once I get the formula to work correctly the way you have it set up? "GB" <NOTsomeone@microsoft.com> wrote in message news:4821efd6$0$2477$da0feed9@news.zen.co.uk... > > "FISH" <no@spam.com> wrote in message > news:grlUj.8817$iK6.5718@nlpi069.nbdc.sbc.com... >> I'm not very good with Excel (obviously). What is the "solver function" >> and how can I use it to solve for the needed fold %? >> >> And yes, I could just plug the formula in, but I'm still confused as to >> what formula to put in my workbook. >> >> >> I know to add the necessary data (the data that will change depending on >> the situation such as pot size, raise amount, % I will make my draw, >> etc...) in one area and then plug the formula using those cells in >> another, but I just don't know what that formula should be in order to >> find the needed fold % for a break even expectation. >> >> >> >> I know this seems very basic to most of you guys, but I'm just not >> getting it for some reason...SORRY. > > Well I wish you luck. The formulae are all there in the spreadsheet I gave > you. The way excel works, it is better to break the formulae down into > smaller bits than to have one large formula. > > I would strongly recommend not playing poker for money until you have > improved your maths skills, but if you insist on doing so can I play > against you please? ^.^ > > > > > > >> >> >> >> >> >> >> "GB" <NOTsomeone@microsoft.com> wrote in message >> news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... >>> >>> "FISH" <no@spam.com> wrote in message >>> news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >>>> GB, >>>> >>>> Thanks for the help, but I'm really trying to get the Excel workbook to >>>> work the other way and calculate the break even fold% I'll need to show >>>> a 0 expected value (my break even point). >>> >>> Yes, that's what the solver function does. >>> >>> >>>> >>>> I also tried plugging in the calculation you provided, but couldn't get >>>> it to work. I pasted the data in the A column and the formulas in B, >>>> but couldn't get it to work out correctly. >>> >>> Shame. I have the spreadsheet here, but no means of getting it to you. >>> Can't you just type the formulae in? That's what I did. >>> >>> >>> >>> >>> >>>> >>>> Thanks again for the help. >>>> >>>> >>>> >>>> >>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>> news:4821866b$0$26093$db0fefd9@news.zen.co.uk... >>>> >>>> "FISH" <no@spam.com> wrote in message >>>> news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>>>>I want to create a Excel workbook that will help in specific poker >>>>> situations. >>>>> >>>>> Short version: I want to be able to calculate how often my opponent >>>>> will >>>>> need to fold for an all-in raise to show a positive expectation. >>>>> >>>>> Explanation: >>>>> In poker you can win a hand by having the best hand at the end OR >>>>> getting >>>>> your opponent to fold. >>>>> >>>>> A common situation comes up where you have a "drawing hand" and face a >>>>> bet >>>>> by your opponent. In this situation you know you are currently behind >>>>> in the >>>>> hand, but have a chance to win if you catch some of your "outs" (cards >>>>> that >>>>> will give you the winning hand). >>>>> >>>>> Example: >>>>> You have one of these drawing hands and it will become the winning >>>>> hand >>>>> about 1/3 of the time if you stay in until the end. >>>>> There is $150 in the pot and your opponent bets another $100. >>>>> If you were to re-raise all in it would be for a total of $300 ($200 >>>>> in >>>>> addition to his $100). >>>>> x% of the time my opponent will fold in this spot >>>>> >>>>> I want to be able to solve for x (the amount my opponent will need to >>>>> fold) >>>>> to show me the break even point of this re-raise. >>>>> >>>>> When I re-raise all in he is only left with two options so we need to >>>>> account for both. He can call or he can fold: >>>>> 100% of the time he folds I will win $250 >>>>> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>> re-raised all in with) >>>>> 1/3 of the time I will hit my draw and win $450 ($150 in the original >>>>> pot+his $100 bet+his $200 call of my all in re-raise) >>>>> >>>>> So, how can I create an excel workbook/calculation that will calculate >>>>> the % >>>>> my opponent will need to fold for my all in re-raise to break even? >>>>> >>>>> >>>>> Thanks in advance for any help with this. >>>> >>>> Your example is very clear. I made the following simple spreadsheet: >>>> >>>> DATA >>>> Prob opponent folds =33% >>>> Prob I make my draw=33% >>>> Amount in pot250 >>>> Amount of my re-raise300 >>>> >>>> CALCULATIONS >>>> My gain from fold=+B2*B4 >>>> My gain from draw-win=(1-B2)*B3*B4 >>>> My loss from draw-lose=-(1-B2)*(1-B3)*B5 >>>> My overall probable gain=SUM(B8:B10) >>>> >>>> >>>> >>>> >>>> The stuff on the left headed DATA goes in column A, and the stuff on >>>> the right goes in column B. You can just fiddle about with the >>>> probability that opponent folds percentage to make your overall >>>> probable gain zero (break-even), or use the in-built solver function. >>>> >>>> You really need to read up some simple probability theory to understand >>>> this, but there are only two very simple concepts being used: >>>> >>>> First, you multiply the probability of an event by its pay-off to get >>>> your 'mathematical expectation'. >>>> Second, you multiply probabilities. >>>> >>>> HTH >>>> >>> >>> >> >> > >
Ok, think I got it to work. I changed the amount of my re-raise to $200 as it's only a $200 raise of his $100 bet (and the $100 was already added into the pot size of $250). Once I changed that the results are correct now. So I'm only left with the question of how to use the "solver function" to find the needed fold % for my play to break even (rather then having to "play" around with the fold % to find the break even point) "GB" <NOTsomeone@microsoft.com> wrote in message news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... > > "FISH" <no@spam.com> wrote in message > news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >> GB, >> >> Thanks for the help, but I'm really trying to get the Excel workbook to >> work the other way and calculate the break even fold% I'll need to show a >> 0 expected value (my break even point). > > Yes, that's what the solver function does. > > >>> DATA > Prob opponent folds =33% > Prob I make my draw=33% > Amount in pot250 > Amount of my re-raise300 > > CALCULATIONS > My gain from fold=+B2*B4 > My gain from draw-win=(1-B2)*B3*B4 > My loss from draw-lose=-(1-B2)*(1-B3)*B5 > My overall probable gain=SUM(B8:B10)
"FISH" <no@spam.com> wrote in message news:gHnUj.13581$GE1.4296@nlpi061.nbdc.sbc.com... > PS: I think I got your formula to work the way you set it up, but it > doesn't come out with the right figures. It shows if my opponent folds 33% > of the time it will be about break even, but the correct answer for the > break even point will be about 1/6th. Sorry. I did not read your example carefully enough. I took the amount you gained if you win the draw as the amount in the pot. I forgot that your opponent has to see you. (I think you would trounce me at poker.) You need an extra item of data, which is the amount you win if your opponent does not fold but you win the draw. Say you put that amount into cell B6, ie the $450 figure. Then change the formula for gain from draw-win to =(1-B2)*B3*B6 All this is doing is calculating: (1-B2) , which is the chance your opponent does not fold. B2 contains the chance that your opponent folds. Say this is 17%, then the chance he does not fold is 100% -17% = 83%. 100% is the same as 1. This is multiplied by B3 , which is the chance that you win the draw, ie 33% This is multiplied by B6, which is the amount you gain if you win If you do that, the fold %age works out to be just over17%, as you say. > > PSS: How can I use "solver function" to find the needed fold% once I get > the formula to work correctly the way you have it set up? The way to find the 17% figure is just to change the fold% figure in B2 until the overall gain (B12) is zero. You can do that easily enough by trial and error. The solver tool does it for you. The tool may be different in different versions of Excel. This is for Excel 2003: On the Tools menu, click Goal Seek ... just fill in the 3 boxes and press ok. The top box should say B12, the middle one 0, and the bottom one B2, then click ok. There is a solver tool on the tools menu too, but goal seek is simpler to use and does the job well enough. > > > > > > > > "GB" <NOTsomeone@microsoft.com> wrote in message > news:4821efd6$0$2477$da0feed9@news.zen.co.uk... >> >> "FISH" <no@spam.com> wrote in message >> news:grlUj.8817$iK6.5718@nlpi069.nbdc.sbc.com... >>> I'm not very good with Excel (obviously). What is the "solver function" >>> and how can I use it to solve for the needed fold %? >>> >>> And yes, I could just plug the formula in, but I'm still confused as to >>> what formula to put in my workbook. >>> >>> >>> I know to add the necessary data (the data that will change depending on >>> the situation such as pot size, raise amount, % I will make my draw, >>> etc...) in one area and then plug the formula using those cells in >>> another, but I just don't know what that formula should be in order to >>> find the needed fold % for a break even expectation. >>> >>> >>> >>> I know this seems very basic to most of you guys, but I'm just not >>> getting it for some reason...SORRY. >> >> Well I wish you luck. The formulae are all there in the spreadsheet I >> gave you. The way excel works, it is better to break the formulae down >> into smaller bits than to have one large formula. >> >> I would strongly recommend not playing poker for money until you have >> improved your maths skills, but if you insist on doing so can I play >> against you please? ^.^ >> >> >> >> >> >> >>> >>> >>> >>> >>> >>> >>> "GB" <NOTsomeone@microsoft.com> wrote in message >>> news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... >>>> >>>> "FISH" <no@spam.com> wrote in message >>>> news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >>>>> GB, >>>>> >>>>> Thanks for the help, but I'm really trying to get the Excel workbook >>>>> to work the other way and calculate the break even fold% I'll need to >>>>> show a 0 expected value (my break even point). >>>> >>>> Yes, that's what the solver function does. >>>> >>>> >>>>> >>>>> I also tried plugging in the calculation you provided, but couldn't >>>>> get it to work. I pasted the data in the A column and the formulas in >>>>> B, but couldn't get it to work out correctly. >>>> >>>> Shame. I have the spreadsheet here, but no means of getting it to you. >>>> Can't you just type the formulae in? That's what I did. >>>> >>>> >>>> >>>> >>>> >>>>> >>>>> Thanks again for the help. >>>>> >>>>> >>>>> >>>>> >>>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>>> news:4821866b$0$26093$db0fefd9@news.zen.co.uk... >>>>> >>>>> "FISH" <no@spam.com> wrote in message >>>>> news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>>>>>I want to create a Excel workbook that will help in specific poker >>>>>> situations. >>>>>> >>>>>> Short version: I want to be able to calculate how often my opponent >>>>>> will >>>>>> need to fold for an all-in raise to show a positive expectation. >>>>>> >>>>>> Explanation: >>>>>> In poker you can win a hand by having the best hand at the end OR >>>>>> getting >>>>>> your opponent to fold. >>>>>> >>>>>> A common situation comes up where you have a "drawing hand" and face >>>>>> a bet >>>>>> by your opponent. In this situation you know you are currently behind >>>>>> in the >>>>>> hand, but have a chance to win if you catch some of your "outs" >>>>>> (cards that >>>>>> will give you the winning hand). >>>>>> >>>>>> Example: >>>>>> You have one of these drawing hands and it will become the winning >>>>>> hand >>>>>> about 1/3 of the time if you stay in until the end. >>>>>> There is $150 in the pot and your opponent bets another $100. >>>>>> If you were to re-raise all in it would be for a total of $300 ($200 >>>>>> in >>>>>> addition to his $100). >>>>>> x% of the time my opponent will fold in this spot >>>>>> >>>>>> I want to be able to solve for x (the amount my opponent will need to >>>>>> fold) >>>>>> to show me the break even point of this re-raise. >>>>>> >>>>>> When I re-raise all in he is only left with two options so we need to >>>>>> account for both. He can call or he can fold: >>>>>> 100% of the time he folds I will win $250 >>>>>> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>>> re-raised all in with) >>>>>> 1/3 of the time I will hit my draw and win $450 ($150 in the original >>>>>> pot+his $100 bet+his $200 call of my all in re-raise) >>>>>> >>>>>> So, how can I create an excel workbook/calculation that will >>>>>> calculate the % >>>>>> my opponent will need to fold for my all in re-raise to break even? >>>>>> >>>>>> >>>>>> Thanks in advance for any help with this. >>>>> >>>>> Your example is very clear. I made the following simple spreadsheet: >>>>> >>>>> DATA >>>>> Prob opponent folds =33% >>>>> Prob I make my draw=33% >>>>> Amount in pot250 >>>>> Amount of my re-raise300 >>>>> >>>>> CALCULATIONS >>>>> My gain from fold=+B2*B4 >>>>> My gain from draw-win=(1-B2)*B3*B4 >>>>> My loss from draw-lose=-(1-B2)*(1-B3)*B5 >>>>> My overall probable gain=SUM(B8:B10) >>>>> >>>>> >>>>> >>>>> >>>>> The stuff on the left headed DATA goes in column A, and the stuff on >>>>> the right goes in column B. You can just fiddle about with the >>>>> probability that opponent folds percentage to make your overall >>>>> probable gain zero (break-even), or use the in-built solver function. >>>>> >>>>> You really need to read up some simple probability theory to >>>>> understand this, but there are only two very simple concepts being >>>>> used: >>>>> >>>>> First, you multiply the probability of an event by its pay-off to get >>>>> your 'mathematical expectation'. >>>>> Second, you multiply probabilities. >>>>> >>>>> HTH >>>>> >>>> >>>> >>> >>> >> >> > >
Thanks a bunch GB. one last question: Can I have the "goal seeker" run to find the fold % automatically? I was able to get it to work, but only when I opened it and manually entered in the data to run it. Time will be an issue when I need to figure all this out so I'm trying to get it to where I can find the needed fold % ASAP. Thanks again. "GB" <NOTsomeone@microsoft.com> wrote in message news:482312d1$0$2478$da0feed9@news.zen.co.uk... > > "FISH" <no@spam.com> wrote in message > news:gHnUj.13581$GE1.4296@nlpi061.nbdc.sbc.com... > >> PS: I think I got your formula to work the way you set it up, but it >> doesn't come out with the right figures. It shows if my opponent folds >> 33% of the time it will be about break even, but the correct answer for >> the break even point will be about 1/6th. > > Sorry. I did not read your example carefully enough. I took the amount you > gained if you win the draw as the amount in the pot. I forgot that your > opponent has to see you. (I think you would trounce me at poker.) > > You need an extra item of data, which is the amount you win if your > opponent does not fold but you win the draw. Say you put that amount into > cell B6, ie the $450 figure. Then change the formula for gain from > draw-win to > =(1-B2)*B3*B6 > > All this is doing is calculating: > > (1-B2) , which is the chance your opponent does not fold. B2 contains the > chance that your opponent folds. Say this is 17%, then the chance he does > not fold is 100% -17% = 83%. 100% is the same as 1. > > This is multiplied by > B3 , which is the chance that you win the draw, ie 33% > > This is multiplied by > B6, which is the amount you gain if you win > > > If you do that, the fold %age works out to be just over17%, as you say. > > >> >> PSS: How can I use "solver function" to find the needed fold% once I get >> the formula to work correctly the way you have it set up? > > The way to find the 17% figure is just to change the fold% figure in B2 > until the overall gain (B12) is zero. You can do that easily enough by > trial and error. The solver tool does it for you. The tool may be > different in different versions of Excel. This is for Excel 2003: > > On the Tools menu, click Goal Seek ... just fill in the 3 boxes and press > ok. The top box should say B12, the middle one 0, and the bottom one B2, > then click ok. > > There is a solver tool on the tools menu too, but goal seek is simpler to > use and does the job well enough. > > > > > > > > >> >> >> >> >> >> >> >> "GB" <NOTsomeone@microsoft.com> wrote in message >> news:4821efd6$0$2477$da0feed9@news.zen.co.uk... >>> >>> "FISH" <no@spam.com> wrote in message >>> news:grlUj.8817$iK6.5718@nlpi069.nbdc.sbc.com... >>>> I'm not very good with Excel (obviously). What is the "solver function" >>>> and how can I use it to solve for the needed fold %? >>>> >>>> And yes, I could just plug the formula in, but I'm still confused as to >>>> what formula to put in my workbook. >>>> >>>> >>>> I know to add the necessary data (the data that will change depending >>>> on the situation such as pot size, raise amount, % I will make my draw, >>>> etc...) in one area and then plug the formula using those cells in >>>> another, but I just don't know what that formula should be in order to >>>> find the needed fold % for a break even expectation. >>>> >>>> >>>> >>>> I know this seems very basic to most of you guys, but I'm just not >>>> getting it for some reason...SORRY. >>> >>> Well I wish you luck. The formulae are all there in the spreadsheet I >>> gave you. The way excel works, it is better to break the formulae down >>> into smaller bits than to have one large formula. >>> >>> I would strongly recommend not playing poker for money until you have >>> improved your maths skills, but if you insist on doing so can I play >>> against you please? ^.^ >>> >>> >>> >>> >>> >>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>> news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... >>>>> >>>>> "FISH" <no@spam.com> wrote in message >>>>> news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >>>>>> GB, >>>>>> >>>>>> Thanks for the help, but I'm really trying to get the Excel workbook >>>>>> to work the other way and calculate the break even fold% I'll need to >>>>>> show a 0 expected value (my break even point). >>>>> >>>>> Yes, that's what the solver function does. >>>>> >>>>> >>>>>> >>>>>> I also tried plugging in the calculation you provided, but couldn't >>>>>> get it to work. I pasted the data in the A column and the formulas in >>>>>> B, but couldn't get it to work out correctly. >>>>> >>>>> Shame. I have the spreadsheet here, but no means of getting it to you. >>>>> Can't you just type the formulae in? That's what I did. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> >>>>>> Thanks again for the help. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>>>> news:4821866b$0$26093$db0fefd9@news.zen.co.uk... >>>>>> >>>>>> "FISH" <no@spam.com> wrote in message >>>>>> news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>>>>>>I want to create a Excel workbook that will help in specific poker >>>>>>> situations. >>>>>>> >>>>>>> Short version: I want to be able to calculate how often my opponent >>>>>>> will >>>>>>> need to fold for an all-in raise to show a positive expectation. >>>>>>> >>>>>>> Explanation: >>>>>>> In poker you can win a hand by having the best hand at the end OR >>>>>>> getting >>>>>>> your opponent to fold. >>>>>>> >>>>>>> A common situation comes up where you have a "drawing hand" and face >>>>>>> a bet >>>>>>> by your opponent. In this situation you know you are currently >>>>>>> behind in the >>>>>>> hand, but have a chance to win if you catch some of your "outs" >>>>>>> (cards that >>>>>>> will give you the winning hand). >>>>>>> >>>>>>> Example: >>>>>>> You have one of these drawing hands and it will become the winning >>>>>>> hand >>>>>>> about 1/3 of the time if you stay in until the end. >>>>>>> There is $150 in the pot and your opponent bets another $100. >>>>>>> If you were to re-raise all in it would be for a total of $300 ($200 >>>>>>> in >>>>>>> addition to his $100). >>>>>>> x% of the time my opponent will fold in this spot >>>>>>> >>>>>>> I want to be able to solve for x (the amount my opponent will need >>>>>>> to fold) >>>>>>> to show me the break even point of this re-raise. >>>>>>> >>>>>>> When I re-raise all in he is only left with two options so we need >>>>>>> to >>>>>>> account for both. He can call or he can fold: >>>>>>> 100% of the time he folds I will win $250 >>>>>>> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>>>> re-raised all in with) >>>>>>> 1/3 of the time I will hit my draw and win $450 ($150 in the >>>>>>> original >>>>>>> pot+his $100 bet+his $200 call of my all in re-raise) >>>>>>> >>>>>>> So, how can I create an excel workbook/calculation that will >>>>>>> calculate the % >>>>>>> my opponent will need to fold for my all in re-raise to break even? >>>>>>> >>>>>>> >>>>>>> Thanks in advance for any help with this. >>>>>> >>>>>> Your example is very clear. I made the following simple spreadsheet: >>>>>> >>>>>> DATA >>>>>> Prob opponent folds =33% >>>>>> Prob I make my draw=33% >>>>>> Amount in pot250 >>>>>> Amount of my re-raise300 >>>>>> >>>>>> CALCULATIONS >>>>>> My gain from fold=+B2*B4 >>>>>> My gain from draw-win=(1-B2)*B3*B4 >>>>>> My loss from draw-lose=-(1-B2)*(1-B3)*B5 >>>>>> My overall probable gain=SUM(B8:B10) >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> The stuff on the left headed DATA goes in column A, and the stuff on >>>>>> the right goes in column B. You can just fiddle about with the >>>>>> probability that opponent folds percentage to make your overall >>>>>> probable gain zero (break-even), or use the in-built solver function. >>>>>> >>>>>> You really need to read up some simple probability theory to >>>>>> understand this, but there are only two very simple concepts being >>>>>> used: >>>>>> >>>>>> First, you multiply the probability of an event by its pay-off to get >>>>>> your 'mathematical expectation'. >>>>>> Second, you multiply probabilities. >>>>>> >>>>>> HTH >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
"FISH" <no@spam.com> wrote in message news:UhIUj.9258$iK6.6508@nlpi069.nbdc.sbc.com... > Thanks a bunch GB. one last question: > > Can I have the "goal seeker" run to find the fold % automatically? I was > able to get it to work, but only when I opened it and manually entered in > the data to run it. > > Time will be an issue when I need to figure all this out so I'm trying to > get it to where I can find the needed fold % ASAP. > Yes, Excel has a very good macro recorder for this sort of thing. Click on Tools ... Macro .... Record New Macro. This comes up with a little dialog box which you can mostly ignore. All you need to fill in is the box which says "shortcut key ctrl+". Stick a j in there and click ok. A little box appears with a blue button on the left hand side - ignore that for now. Then just follow through the goal-seek procedure as normal. (Excel is recording what you are doing.) When you have finished the goal seek procedure, click on the little blue button in that small box to tell Excel to stop recording. That's it. You've recorded a macro that will do the goal seek procedure for you automatically. To run it, hold down the ctrl key and hit j. Don't forget to save the new version of your spreadsheet. > > Thanks again. > > > > > "GB" <NOTsomeone@microsoft.com> wrote in message > news:482312d1$0$2478$da0feed9@news.zen.co.uk... >> >> "FISH" <no@spam.com> wrote in message >> news:gHnUj.13581$GE1.4296@nlpi061.nbdc.sbc.com... >> >>> PS: I think I got your formula to work the way you set it up, but it >>> doesn't come out with the right figures. It shows if my opponent folds >>> 33% of the time it will be about break even, but the correct answer for >>> the break even point will be about 1/6th. >> >> Sorry. I did not read your example carefully enough. I took the amount >> you gained if you win the draw as the amount in the pot. I forgot that >> your opponent has to see you. (I think you would trounce me at poker.) >> >> You need an extra item of data, which is the amount you win if your >> opponent does not fold but you win the draw. Say you put that amount into >> cell B6, ie the $450 figure. Then change the formula for gain from >> draw-win to >> =(1-B2)*B3*B6 >> >> All this is doing is calculating: >> >> (1-B2) , which is the chance your opponent does not fold. B2 contains the >> chance that your opponent folds. Say this is 17%, then the chance he does >> not fold is 100% -17% = 83%. 100% is the same as 1. >> >> This is multiplied by >> B3 , which is the chance that you win the draw, ie 33% >> >> This is multiplied by >> B6, which is the amount you gain if you win >> >> >> If you do that, the fold %age works out to be just over17%, as you say. >> >> >>> >>> PSS: How can I use "solver function" to find the needed fold% once I get >>> the formula to work correctly the way you have it set up? >> >> The way to find the 17% figure is just to change the fold% figure in B2 >> until the overall gain (B12) is zero. You can do that easily enough by >> trial and error. The solver tool does it for you. The tool may be >> different in different versions of Excel. This is for Excel 2003: >> >> On the Tools menu, click Goal Seek ... just fill in the 3 boxes and press >> ok. The top box should say B12, the middle one 0, and the bottom one B2, >> then click ok. >> >> There is a solver tool on the tools menu too, but goal seek is simpler to >> use and does the job well enough. >> >> >> >> >> >> >> >> >>> >>> >>> >>> >>> >>> >>> >>> "GB" <NOTsomeone@microsoft.com> wrote in message >>> news:4821efd6$0$2477$da0feed9@news.zen.co.uk... >>>> >>>> "FISH" <no@spam.com> wrote in message >>>> news:grlUj.8817$iK6.5718@nlpi069.nbdc.sbc.com... >>>>> I'm not very good with Excel (obviously). What is the "solver >>>>> function" and how can I use it to solve for the needed fold %? >>>>> >>>>> And yes, I could just plug the formula in, but I'm still confused as >>>>> to what formula to put in my workbook. >>>>> >>>>> >>>>> I know to add the necessary data (the data that will change depending >>>>> on the situation such as pot size, raise amount, % I will make my >>>>> draw, etc...) in one area and then plug the formula using those cells >>>>> in another, but I just don't know what that formula should be in order >>>>> to find the needed fold % for a break even expectation. >>>>> >>>>> >>>>> >>>>> I know this seems very basic to most of you guys, but I'm just not >>>>> getting it for some reason...SORRY. >>>> >>>> Well I wish you luck. The formulae are all there in the spreadsheet I >>>> gave you. The way excel works, it is better to break the formulae down >>>> into smaller bits than to have one large formula. >>>> >>>> I would strongly recommend not playing poker for money until you have >>>> improved your maths skills, but if you insist on doing so can I play >>>> against you please? ^.^ >>>> >>>> >>>> >>>> >>>> >>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>>> news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... >>>>>> >>>>>> "FISH" <no@spam.com> wrote in message >>>>>> news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >>>>>>> GB, >>>>>>> >>>>>>> Thanks for the help, but I'm really trying to get the Excel workbook >>>>>>> to work the other way and calculate the break even fold% I'll need >>>>>>> to show a 0 expected value (my break even point). >>>>>> >>>>>> Yes, that's what the solver function does. >>>>>> >>>>>> >>>>>>> >>>>>>> I also tried plugging in the calculation you provided, but couldn't >>>>>>> get it to work. I pasted the data in the A column and the formulas >>>>>>> in B, but couldn't get it to work out correctly. >>>>>> >>>>>> Shame. I have the spreadsheet here, but no means of getting it to >>>>>> you. Can't you just type the formulae in? That's what I did. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> >>>>>>> Thanks again for the help. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>>>>> news:4821866b$0$26093$db0fefd9@news.zen.co.uk... >>>>>>> >>>>>>> "FISH" <no@spam.com> wrote in message >>>>>>> news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>>>>>>>I want to create a Excel workbook that will help in specific poker >>>>>>>> situations. >>>>>>>> >>>>>>>> Short version: I want to be able to calculate how often my opponent >>>>>>>> will >>>>>>>> need to fold for an all-in raise to show a positive expectation. >>>>>>>> >>>>>>>> Explanation: >>>>>>>> In poker you can win a hand by having the best hand at the end OR >>>>>>>> getting >>>>>>>> your opponent to fold. >>>>>>>> >>>>>>>> A common situation comes up where you have a "drawing hand" and >>>>>>>> face a bet >>>>>>>> by your opponent. In this situation you know you are currently >>>>>>>> behind in the >>>>>>>> hand, but have a chance to win if you catch some of your "outs" >>>>>>>> (cards that >>>>>>>> will give you the winning hand). >>>>>>>> >>>>>>>> Example: >>>>>>>> You have one of these drawing hands and it will become the winning >>>>>>>> hand >>>>>>>> about 1/3 of the time if you stay in until the end. >>>>>>>> There is $150 in the pot and your opponent bets another $100. >>>>>>>> If you were to re-raise all in it would be for a total of $300 >>>>>>>> ($200 in >>>>>>>> addition to his $100). >>>>>>>> x% of the time my opponent will fold in this spot >>>>>>>> >>>>>>>> I want to be able to solve for x (the amount my opponent will need >>>>>>>> to fold) >>>>>>>> to show me the break even point of this re-raise. >>>>>>>> >>>>>>>> When I re-raise all in he is only left with two options so we need >>>>>>>> to >>>>>>>> account for both. He can call or he can fold: >>>>>>>> 100% of the time he folds I will win $250 >>>>>>>> 2/3 of the time he calls I miss my draw and lose $300 (the amount I >>>>>>>> re-raised all in with) >>>>>>>> 1/3 of the time I will hit my draw and win $450 ($150 in the >>>>>>>> original >>>>>>>> pot+his $100 bet+his $200 call of my all in re-raise) >>>>>>>> >>>>>>>> So, how can I create an excel workbook/calculation that will >>>>>>>> calculate the % >>>>>>>> my opponent will need to fold for my all in re-raise to break even? >>>>>>>> >>>>>>>> >>>>>>>> Thanks in advance for any help with this. >>>>>>> >>>>>>> Your example is very clear. I made the following simple spreadsheet: >>>>>>> >>>>>>> DATA >>>>>>> Prob opponent folds =33% >>>>>>> Prob I make my draw=33% >>>>>>> Amount in pot250 >>>>>>> Amount of my re-raise300 >>>>>>> >>>>>>> CALCULATIONS >>>>>>> My gain from fold=+B2*B4 >>>>>>> My gain from draw-win=(1-B2)*B3*B4 >>>>>>> My loss from draw-lose=-(1-B2)*(1-B3)*B5 >>>>>>> My overall probable gain=SUM(B8:B10) >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> The stuff on the left headed DATA goes in column A, and the stuff on >>>>>>> the right goes in column B. You can just fiddle about with the >>>>>>> probability that opponent folds percentage to make your overall >>>>>>> probable gain zero (break-even), or use the in-built solver >>>>>>> function. >>>>>>> >>>>>>> You really need to read up some simple probability theory to >>>>>>> understand this, but there are only two very simple concepts being >>>>>>> used: >>>>>>> >>>>>>> First, you multiply the probability of an event by its pay-off to >>>>>>> get your 'mathematical expectation'. >>>>>>> Second, you multiply probabilities. >>>>>>> >>>>>>> HTH >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
THANKS for all your help, GB !!!!! Got it all working great now. "GB" <NOTsomeone@microsoft.com> wrote in message news:48240c1a$0$10641$fa0fcedb@news.zen.co.uk... > > "FISH" <no@spam.com> wrote in message > news:UhIUj.9258$iK6.6508@nlpi069.nbdc.sbc.com... >> Thanks a bunch GB. one last question: >> >> Can I have the "goal seeker" run to find the fold % automatically? I was >> able to get it to work, but only when I opened it and manually entered in >> the data to run it. >> >> Time will be an issue when I need to figure all this out so I'm trying to >> get it to where I can find the needed fold % ASAP. >> > > Yes, Excel has a very good macro recorder for this sort of thing. > > Click on Tools ... Macro .... Record New Macro. This comes up with a > little dialog box which you can mostly ignore. All you need to fill in is > the box which says "shortcut key ctrl+". Stick a j in there and click ok. > A little box appears with a blue button on the left hand side - ignore > that for now. > > Then just follow through the goal-seek procedure as normal. (Excel is > recording what you are doing.) When you have finished the goal seek > procedure, click on the little blue button in that small box to tell Excel > to stop recording. > > That's it. You've recorded a macro that will do the goal seek procedure > for you automatically. To run it, hold down the ctrl key and hit j. > > Don't forget to save the new version of your spreadsheet. > > > > > > > > > > >> >> Thanks again. >> >> >> >> >> "GB" <NOTsomeone@microsoft.com> wrote in message >> news:482312d1$0$2478$da0feed9@news.zen.co.uk... >>> >>> "FISH" <no@spam.com> wrote in message >>> news:gHnUj.13581$GE1.4296@nlpi061.nbdc.sbc.com... >>> >>>> PS: I think I got your formula to work the way you set it up, but it >>>> doesn't come out with the right figures. It shows if my opponent folds >>>> 33% of the time it will be about break even, but the correct answer for >>>> the break even point will be about 1/6th. >>> >>> Sorry. I did not read your example carefully enough. I took the amount >>> you gained if you win the draw as the amount in the pot. I forgot that >>> your opponent has to see you. (I think you would trounce me at poker.) >>> >>> You need an extra item of data, which is the amount you win if your >>> opponent does not fold but you win the draw. Say you put that amount >>> into cell B6, ie the $450 figure. Then change the formula for gain from >>> draw-win to >>> =(1-B2)*B3*B6 >>> >>> All this is doing is calculating: >>> >>> (1-B2) , which is the chance your opponent does not fold. B2 contains >>> the chance that your opponent folds. Say this is 17%, then the chance he >>> does not fold is 100% -17% = 83%. 100% is the same as 1. >>> >>> This is multiplied by >>> B3 , which is the chance that you win the draw, ie 33% >>> >>> This is multiplied by >>> B6, which is the amount you gain if you win >>> >>> >>> If you do that, the fold %age works out to be just over17%, as you say. >>> >>> >>>> >>>> PSS: How can I use "solver function" to find the needed fold% once I >>>> get the formula to work correctly the way you have it set up? >>> >>> The way to find the 17% figure is just to change the fold% figure in B2 >>> until the overall gain (B12) is zero. You can do that easily enough by >>> trial and error. The solver tool does it for you. The tool may be >>> different in different versions of Excel. This is for Excel 2003: >>> >>> On the Tools menu, click Goal Seek ... just fill in the 3 boxes and >>> press ok. The top box should say B12, the middle one 0, and the bottom >>> one B2, then click ok. >>> >>> There is a solver tool on the tools menu too, but goal seek is simpler >>> to use and does the job well enough. >>> >>> >>> >>> >>> >>> >>> >>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>> news:4821efd6$0$2477$da0feed9@news.zen.co.uk... >>>>> >>>>> "FISH" <no@spam.com> wrote in message >>>>> news:grlUj.8817$iK6.5718@nlpi069.nbdc.sbc.com... >>>>>> I'm not very good with Excel (obviously). What is the "solver >>>>>> function" and how can I use it to solve for the needed fold %? >>>>>> >>>>>> And yes, I could just plug the formula in, but I'm still confused as >>>>>> to what formula to put in my workbook. >>>>>> >>>>>> >>>>>> I know to add the necessary data (the data that will change depending >>>>>> on the situation such as pot size, raise amount, % I will make my >>>>>> draw, etc...) in one area and then plug the formula using those cells >>>>>> in another, but I just don't know what that formula should be in >>>>>> order to find the needed fold % for a break even expectation. >>>>>> >>>>>> >>>>>> >>>>>> I know this seems very basic to most of you guys, but I'm just not >>>>>> getting it for some reason...SORRY. >>>>> >>>>> Well I wish you luck. The formulae are all there in the spreadsheet I >>>>> gave you. The way excel works, it is better to break the formulae down >>>>> into smaller bits than to have one large formula. >>>>> >>>>> I would strongly recommend not playing poker for money until you have >>>>> improved your maths skills, but if you insist on doing so can I play >>>>> against you please? ^.^ >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>>>> news:4821d9d5$0$2483$da0feed9@news.zen.co.uk... >>>>>>> >>>>>>> "FISH" <no@spam.com> wrote in message >>>>>>> news:AWjUj.8805$iK6.3833@nlpi069.nbdc.sbc.com... >>>>>>>> GB, >>>>>>>> >>>>>>>> Thanks for the help, but I'm really trying to get the Excel >>>>>>>> workbook to work the other way and calculate the break even fold% >>>>>>>> I'll need to show a 0 expected value (my break even point). >>>>>>> >>>>>>> Yes, that's what the solver function does. >>>>>>> >>>>>>> >>>>>>>> >>>>>>>> I also tried plugging in the calculation you provided, but couldn't >>>>>>>> get it to work. I pasted the data in the A column and the formulas >>>>>>>> in B, but couldn't get it to work out correctly. >>>>>>> >>>>>>> Shame. I have the spreadsheet here, but no means of getting it to >>>>>>> you. Can't you just type the formulae in? That's what I did. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> >>>>>>>> Thanks again for the help. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> "GB" <NOTsomeone@microsoft.com> wrote in message >>>>>>>> news:4821866b$0$26093$db0fefd9@news.zen.co.uk... >>>>>>>> >>>>>>>> "FISH" <no@spam.com> wrote in message >>>>>>>> news:Ae1Uj.8724$iK6.8698@nlpi069.nbdc.sbc.com... >>>>>>>>>I want to create a Excel workbook that will help in specific poker >>>>>>>>> situations. >>>>>>>>> >>>>>>>>> Short version: I want to be able to calculate how often my >>>>>>>>> opponent will >>>>>>>>> need to fold for an all-in raise to show a positive expectation. >>>>>>>>> >>>>>>>>> Explanation: >>>>>>>>> In poker you can win a hand by having the best hand at the end OR >>>>>>>>> getting >>>>>>>>> your opponent to fold. >>>>>>>>> >>>>>>>>> A common situation comes up where you have a "drawing hand" and >>>>>>>>> face a bet >>>>>>>>> by your opponent. In this situation you know you are currently >>>>>>>>> behind in the >>>>>>>>> hand, but have a chance to win if you catch some of your "outs" >>>>>>>>> (cards that >>>>>>>>> will give you the winning hand). >>>>>>>>> >>>>>>>>> Example: >>>>>>>>> You have one of these drawing hands and it will become the winning >>>>>>>>> hand >>>>>>>>> about 1/3 of the time if you stay in until the end. >>>>>>>>> There is $150 in the pot and your opponent bets another $100. >>>>>>>>> If you were to re-raise all in it would be for a total of $300 >>>>>>>>> ($200 in >>>>>>>>> addition to his $100). >>>>>>>>> x% of the time my opponent will fold in this spot >>>>>>>>> >>>>>>>>> I want to be able to solve for x (the amount my opponent will need >>>>>>>>> to fold) >>>>>>>>> to show me the break even point of this re-raise. >>>>>>>>> >>>>>>>>> When I re-raise all in he is only left with two options so we need >>>>>>>>> to >>>>>>>>> account for both. He can call or he can fold: >>>>>>>>> 100% of the time he folds I will win $250 >>>>>>>>> 2/3 of the time he calls I miss my draw and lose $300 (the amount >>>>>>>>> I >>>>>>>>> re-raised all in with) >>>>>>>>> 1/3 of the time I will hit my draw and win $450 ($150 in the >>>>>>>>> original >>>>>>>>> pot+his $100 bet+his $200 call of my all in re-raise) >>>>>>>>> >>>>>>>>> So, how can I create an excel workbook/calculation that will >>>>>>>>> calculate the % >>>>>>>>> my opponent will need to fold for my all in re-raise to break >>>>>>>>> even? >>>>>>>>> >>>>>>>>> >>>>>>>>> Thanks in advance for any help with this. >>>>>>>> >>>>>>>> Your example is very clear. I made the following simple >>>>>>>> spreadsheet: >>>>>>>> >>>>>>>> DATA >>>>>>>> Prob opponent folds =33% >>>>>>>> Prob I make my draw=33% >>>>>>>> Amount in pot250 >>>>>>>> Amount of my re-raise300 >>>>>>>> >>>>>>>> CALCULATIONS >>>>>>>> My gain from fold=+B2*B4 >>>>>>>> My gain from draw-win=(1-B2)*B3*B4 >>>>>>>> My loss from draw-lose=-(1-B2)*(1-B3)*B5 >>>>>>>> My overall probable gain=SUM(B8:B10) >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> The stuff on the left headed DATA goes in column A, and the stuff >>>>>>>> on the right goes in column B. You can just fiddle about with the >>>>>>>> probability that opponent folds percentage to make your overall >>>>>>>> probable gain zero (break-even), or use the in-built solver >>>>>>>> function. >>>>>>>> >>>>>>>> You really need to read up some simple probability theory to >>>>>>>> understand this, but there are only two very simple concepts being >>>>>>>> used: >>>>>>>> >>>>>>>> First, you multiply the probability of an event by its pay-off to >>>>>>>> get your 'mathematical expectation'. >>>>>>>> Second, you multiply probabilities. >>>>>>>> >>>>>>>> HTH >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
"FISH" <no@spam.com> wrote in message news:5X1Wj.428$BL6.97@nlpi070.nbdc.sbc.com... > THANKS for all your help, GB !!!!! > > Got it all working great now. > > Great - pleased to hear it.