A few weeks ago, I promised a series showing how to study poker using spreadsheets. This week, we start that series. There are some prerequisites that you’ll need to have under your belt before you can get started with this series. First, you need to work through the EV Calculations Tutorial series. To make it easier on you, I’m going to provide links to each of the six parts of that series here: Part 1, Part 2, Part 3, Part 4, Part 5, and Part 6. This spreadsheet series is going to be an application of what’s learned in that series, so make sure that you understand it before going forward.

Available Spreadsheet Programs

You don’t need Microsoft Excel to make spreadsheets that will work for what we’re doing here. You have a few free options. I prefer LibreOffice which is an open-source office suite that works pretty well, and my screen shots are going to be from that. You can also go with the spreadsheets option from Google Docs if you want a web-based option. There are probably other free spreadsheet program choices out there, so feel free to do your own research on what you want to use. We’ll only be using basic formulas with this series, so everything should work out no matter which program you choose.

A Basic Bluffing Scenario

We’re going to start out by creating a spreadsheet to look at a basic bluffing scenario. Suppose that we’re heads-up in position and our opponent has checked to us. The pot is $15 and we have $12 behind, and we expect our opponent to fold to a shove about 35 percent of the time We want to evaluate the EV of shoving all-in as a pure bluff using a spreadsheet. To be able to do this, we need to create some cells on our spreadsheet to include the relevant information.

The first step is to figure out which information we actually need. To do this, list out the possible outcomes for what you’re trying to evaluate like you would normally from the EV Calculations Tutorial series:

  1. Villain folds. We win the pot.
  2. Villain calls. We lose our bet size.

By looking at these possible outcomes, we get all of the information that we need on our spreadsheet. We’re going to start by creating some cells with labels for all of this information:

As you can see from this example, I put all of my labels in column A so that everything’s organized. From here, we need to fill in some information. I’m going to start by putting in the pot size and remaining stack sizes into cells B1 and B2, respectively. We also need to put in the chance of Villain folding and calling into cells B4 and B5. These will be put in as percentages, so put 0.35 into cell B4 and 0.65 into cell B5. You should have something that looks like this when you’re done with putting in these values:

Now we need to get a formula to calculate the EV of the bluff. From our outcomes listed above, we can get the following EV equation:

EV of bluffing = (Chance Villain Folds * Size of Pot) + (Chance Villain Calls * -Size of Bet)

What we want to do now is fill in this same exact formula using the names of the cells that correspond to each of the values above. Here’s what you should get:

EV of bluffing = (B4 * B1) + (B5 * -B2)

To get the formula that the spreadsheet needs to do the calculation, you’re going to copy/paste everything from the equals sign over to the right. So in cell B7, you’ll want to put “= (B4 * B1) + (B5 * -B2)” without the quotes. It’s critical that you include the equal sign. If you do that, then you should get something that looks like this:

Once you have this set up, then you’re good to go. We can start analyzing this situation in more detail by testing different values.

The advantage of using a spreadsheet like this to analyze poker situations is that you can plug in different values right away without having to do all of the math over and over again. Let’s look at a quick example using the spreadsheet that we just created.

Trying Different Folding Rates

When the bet size is $12 and the pot size is $15, we know that a pure bluff needs our opponent to fold 12/(12+15) = 44.4 percent of the time to be profitable. If our opponent folds 45 percent of the time, we should just barely be profitable. To test this, we need to put in 0.45 for our opponent’s fold percent, and don’t forget to change our opponent’s call percentage to 0.55 as well. If you make these changes, you’ll see that cell B7 automatically updates by performing the calculation so that you don’t have to.

You can change the pot sizes and bet sizes as well as the percentage of the time that the opponents calls and folds. Try out different values to see what happens.

Homework

To know whether we should bluff or check in this situation, we need to know how often we’re going to win if we check behind. Try to update this spreadsheet that we created this week to calculate the EV of checking in this scenario so that you can compare the EV of each of your options at the same time. Next week in part 2 of this series, we’ll look at how to add the EV of checking, and we’ll also look at some other shortcuts that will make things easier on you as we push forward into evaluating more difficult scenarios.

Submit your review
1
2
3
4
5
Submit
     
Cancel

Create your own review

Study Poker With Spreadsheets (Part 1): The Basics
Average rating:  
 0 reviews