How to Create Betting Algorithm in Excel: 3 Methods

Method 1 – Create Dataset with Proper Parameters

  • HTHG: Half-Time Home Goals. Further, add the total home goals as values in the dataset.
  • HTAG: Half-Time Away Goals. Again, we add the team’s away goal records. Similarly, specify the following headers.
  • HTR: Half-Time Result.
  • HS: Home Score.
  • AS: Away Score.

Create Dataset with Proper Parameters to Build Betting Algorithm

  • Add the following sub-headers as well.
  • HST (Home Team Shots), AST (Away Team Shots), HC (Home Corners), AC (Away Corners), HY (Home Yellow Cards).
  • Finally, add their values to the dataset.

Create Dataset with Proper Parameters to Build Betting Algorithm


Method 2 – Embed COUNTIFS and SUM Functions

This step’s objective is to create the desired algorithm. We calculated the data using the COUNTIFS and SUM functions. The COUNTIFS function returns an integer from a variable with multiple conditions. The SUM function returns the sum of a range or array.

  • In C5, type the following COUNTIFS formula.

=COUNTIFS(Dataset!B:B,Calculation!B5)

  • Press the Enter key.

Embed COUNTIFS and SUM Functions to Create Betting Algorithm

  • The function counts the total games of New York played from the B range of the Dataset sheet and puts it into cell B5 in the Calculation sheet.
  • In cell D5, write the formula below.

=COUNTIFS(Dataset!B:B,Calculation!B5,Dataset!F:F,"H")

  • Press the Enter key.
  • The function will count the total number of home wins for New York.

Embed COUNTIFS and SUM Functions to Create Betting Algorithm

  • Let’s count the total draws of New York To do so, type the given formula in cell E5,

=COUNTIFS(Dataset!B:B,Calculation!B5,Dataset!F:F,"D")

  • Hit Enter.

Embed COUNTIFS and SUM Functions

  • Count the total away wins; the formula is:

=COUNTIFS(Dataset!B:B,Calculation!B5,Dataset!F:F,"A")

  • Press Enter.

Embed COUNTIFS and SUM Functions to Create Betting Algorithm

  • To count the results for the Miami team, drag the range C5:F5 down or use the AutoFill tool.

Embed COUNTIFS and SUM Functions to Create Betting Algorithm

  • Calculate the home win percentage for New York using the following formula.

=IFERROR(SUM(D5/C5),"")

  • For the draw percentage,

=IFERROR(SUM(E5/C5),"")

  • Determine the away win percentage,

=IFERROR(SUM(F5/C5),””)

Embed COUNTIFS and SUM Functions to Create Betting Algorithm

  • We obtained the desired percentages for the New York team.

  • Calculate the home win percentage of the Miami team, see the formula in G6,

=IFERROR(SUM(D6/C6),"")

  • For the draw percentage,

=IFERROR(SUM(E6/C6),"")

  • For Miami’s away win calculation,

=IFERROR(SUM(F6/C6),"")

  • Tap the Enter key again.

  • The percentages for Miami pop up.

Embed COUNTIFS and SUM Functions to Create Betting Algorithm

  • Calculate the fair value percentages for home, away, and combined of both teams.
  • In cell I8, write the SUM formula.

=IFERROR(SUM(1/I5),"")

Embed COUNTIFS and SUM Functions

  • In G8, use the SUM function.

=IFERROR(SUM(1/G5),"")

  • In H8, type:

=IFERROR(SUM(1/H5),"")

  • Select the range G8:I9 and drag it down to 1 row to get the away team fair value.

Embed COUNTIFS and SUM Functions to Create Betting Algorithm

  • We calculate the combined fair value in percentages. To do so, type:

=SUM(G5:G6)/2

  • Drag the cell to the right to obtain the other cell values.

Embed COUNTIFS and SUM Functions to Create Betting Algorithm


Method 3 – Test and Monitor Betting Model

  • In G12, use the divide formula with IFERROR,

=IFERROR(1/G10,"")

  • Tap the Enter key.

Test and Monitor Model to Create Betting Algorithm

  • Drag the cells and use the AutoFill handle to get all the Betfair odds.
  • Get the result.
  • We get 4 points for the home team and 1.333333 for the away team.
  • The possibility of winning the home team is much higher.

Test and Monitor Betting Model

  • Put other teams as input and see their odds of winning against each other.

Output of Test and Monitor Model to Create Betting Algorithm


Download Practice Workbook

Download this practice workbook to exercise while you are reading this article. It contains all the datasets in different spreadsheets for a clear understanding. Try it yourself while you go through the step-by-step process.


Related Articles


<< Go Back to Algorithm in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Yousuf Khan
Yousuf Khan

Yousuf Khan has been working with the ExcelDemy project for over one year. He has written 47+ articles for the ExcelDemy site. He also solved a lot of user problems with ExcelDemy Forum. He has interests in Excel & VBA, Desktop and mobile applications, and projects & templates. He completed his graduation and post-graduation in Information Technology from Jahangirnagar University. Currently, he works as a VBA & Excel Content Developer in ExcelDemy projects, writing unique and informative content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo