Betting Odds how to set that up with a Formula in EXCEL

RudeBoy

Active Member
Joined
Feb 2, 2003
Messages
376
Betting Odds how to set that up with a Formula in EXCEL - If I bet 100 Dollars at 7/1 Odds what is the result?
The calculator I see says $100 bet at 7/1 odds returns me $800. So I am assuming it is 100 x 7 = 700 plus I get my $100 bet back?

Not sure how I could code that in a formula. Or what is the odds were 13/2 and I bet $100 Helppppppppppppppppppppppppp

Thanks Anyone for your help
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
It will be 100*13/2 + 100
 
Upvote 0
To do it as a formula, with the 'odds' using a custom format of ?/?
Book1
AB
2100.00100.00
37/113/2
4800.00750.00
Sheet1
Cell Formulas
RangeFormula
A4:B4A4=A2*A3+A2
 
Upvote 0
It says for the #VALUE! error "A value used in the formula is of the wrong data type" Not sure how to fix this? :(
 
Upvote 0

Forum statistics

Threads
1,217,388
Messages
6,136,306
Members
450,003
Latest member
AnnetteP

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top