Calculate Potential Profit Per 100 for Sports Betting

G00DNESS

Board Regular
Joined
Aug 6, 2014
Messages
60
Hello! I am trying to calculate my 'Potential Profit' per $100 in Ranges I20:I22 and I24:I26. When I enter my wager amounts in Ranges F20:F22 and F24:F26, some of the Potential Profit amounts return incorrect values. This problem may relate to either the negative or positive values in D12:J1 or my formulas are incorrect in Ranges I20:I22 and I24:I26. Thanks for any suggestions to correct this issue.

FORMULAS:

I20
=IF(OR(D12="",D13="",F12="",I12="",I13="",F20=""),"",
IF(D13<0,100/ABS(D13)*F20,ABS(D13/100)*F20))

I21
=IF(OR(D12="",D13="",F12="",I12="",I13="",F21=""),"",
IF(F12<0,100/ABS(F12)*F21,ABS(F12/100)*F21))

I22
=IF(OR(D12="",D13="",F12="",I12="",I13="",F22=""),"",
IF(I13<0,100/ABS(I13)*F22,ABS(I13/100)*F22))

I24
=IF(OR(D14="",D15="",F14="",I14="",I15="",F24=""),"",
IF(D15<0,100/ABS(D15)*F24,ABS(D15/100)*F24))

I25
=IF(OR(D14="",D15="",F14="",I14="",I15="",F25=""),"",
IF(F14<0,100/ABS(F14)*F25,ABS(F14/100)*F25))

I26
=IF(OR(D14="",D15="",F14="",I14="",I15="",F26=""),"",
IF(I15<0,100/ABS(I15)*F26,ABS(I15/100)*F26))
 

Attachments

  • sportsbet potential profit.png
    sportsbet potential profit.png
    41.2 KB · Views: 13

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,215,773
Messages
6,126,821
Members
449,340
Latest member
hpm23

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