Need help with complicated formula for keeping a score

juntjoo

Board Regular
Joined
Dec 8, 2009
Messages
53
So this is my bettor score table again. I hope I made it as self-explanatory as possible. I put notes in there. The end calculations I'm looking for help with are the total score in the top pink and green cells over the a bettor's ongoing game/fight score column.

There's a couple factors involved, the victor of the fight and the bettor's pick. Much thanks in advance as this to me looks really complicated, if anyone has the time to try this out for me.

I've cross-posted this here:

excel forum

here's the file:

sample sheet
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
EDIT
I see its also crossposted here
Which i have not looked at (Microsoft needs all sorts of registry, and hoops to login, and not doing all that just to look at your crosspost) - but as you have posted , not sure if this is solved, so i wont spend to much time on this , if its already resolved elsewhere

i dont know how you got to the results , a little difficult to follow
Can you explain why you have
153 in G1
and also why you have
200 in G2

I thought it was a striaght forward =SUMIF(J5:J9,">1") and in the other forum
you said
The J column was just to show how I want the score calculated in G1 and G2.

I dont understand the notes and it would be better if you told us why and what logic you are using, that way a formula could be derived

As you say J column are the row results - can you explain how they are derived?

For others I have posted the spreadsheet here using XL2BB
See my NOTE with SUMIF() using J column - Labelled WAYNE

bettor score.xlsx
ABCDEFGHIJKL
1successful picks*based off 153*calculations to produce score per bet/pick based on a $100 bet
2unsuccessful picks$100 bet200* losses are straight -$100 loss, where as wins require formula
3fighter 1fighter2oddsodds2earningsearnings2bettor 1*I would prefer these points be calculated within G1 and G2 total ongoing score cells, not in their own column.
4LFA 120individual fight scores
5Mayra Cantuaria!Jamey Lyn Horth Wessels-125-105$80$95-1=-100
6!Tony LaramieTyus White-200160$50$1601=50
7Royce WhiteDaiqkwon Buckley !-150120$67$120-1=20
8Jalin Fuller!Bruno Assis-120-110$83$911=83
9!Felipe Martinez DonisHenry Huff-225185$44$185-1=-100
10*a "1" is a pick on the first fighter, a "-1" for the second fighter
11*the victor has a "!" in their cell
12
13Wayne - SUMIF() - But need to know how J column is derived
14Succesful153
15Unsuccessful200
16
weekly betting analysis
Cell Formulas
RangeFormula
E5:E9E5=IF([@odds]<0,-10000/[@odds],[@odds])
F5:F9F5=IF([@odds2]<0,-10000/[@odds2],[@odds2])
J14J14=SUMIF(J5:J9,">1")
J15J15=(SUMIF(J5:J9,"<1"))*-1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A4:A9Cell Valuecontains "bellator"textNO
A4:A9Cell Valuecontains "LFA"textNO
A4:A9Cell Valuecontains "UFC"textNO
C5:D9Cell Value<0textNO
C5:D9Cell Value>0textNO
A4,A5:B9Cell Valuecontains "!"textNO
 
Last edited:
Upvote 0
EDIT
I see its also crossposted here
Which i have not looked at (Microsoft needs all sorts of registry, and hoops to login, and not doing all that just to look at your crosspost) - but as you have posted , not sure if this is solved, so i wont spend to much time on this , if its already resolved elsewhere

i dont know how you got to the results , a little difficult to follow
Can you explain why you have
153 in G1
and also why you have
200 in G2

I thought it was a striaght forward =SUMIF(J5:J9,">1") and in the other forum
you said


I dont understand the notes and it would be better if you told us why and what logic you are using, that way a formula could be derived

As you say J column are the row results - can you explain how they are derived?

For others I have posted the spreadsheet here using XL2BB
See my NOTE with SUMIF() using J column - Labelled WAYNE

bettor score.xlsx
ABCDEFGHIJKL
1successful picks*based off 153*calculations to produce score per bet/pick based on a $100 bet
2unsuccessful picks$100 bet200* losses are straight -$100 loss, where as wins require formula
3fighter 1fighter2oddsodds2earningsearnings2bettor 1*I would prefer these points be calculated within G1 and G2 total ongoing score cells, not in their own column.
4LFA 120individual fight scores
5Mayra Cantuaria!Jamey Lyn Horth Wessels-125-105$80$95-1=-100
6!Tony LaramieTyus White-200160$50$1601=50
7Royce WhiteDaiqkwon Buckley !-150120$67$120-1=20
8Jalin Fuller!Bruno Assis-120-110$83$911=83
9!Felipe Martinez DonisHenry Huff-225185$44$185-1=-100
10*a "1" is a pick on the first fighter, a "-1" for the second fighter
11*the victor has a "!" in their cell
12
13Wayne - SUMIF() - But need to know how J column is derived
14Succesful153
15Unsuccessful200
16
weekly betting analysis
Cell Formulas
RangeFormula
E5:E9E5=IF([@odds]<0,-10000/[@odds],[@odds])
F5:F9F5=IF([@odds2]<0,-10000/[@odds2],[@odds2])
J14J14=SUMIF(J5:J9,">1")
J15J15=(SUMIF(J5:J9,"<1"))*-1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A4:A9Cell Valuecontains "bellator"textNO
A4:A9Cell Valuecontains "LFA"textNO
A4:A9Cell Valuecontains "UFC"textNO
C5:D9Cell Value<0textNO
C5:D9Cell Value>0textNO
A4,A5:B9Cell Valuecontains "!"textNO
Thanks.
E and F columns show how I calculate score earnings on a bet based on odds. Then I show how I want that translated into the score in the note on the right, which is minus the initial base $100 bet. Hence the two losses would be - 100 and the wins would be the earnings minus 100. Then the ultimate goal is to get all that under G1 and 2. Then I can add columns for additional bettors to compare ongoing scores. Make sense? I'm trying to get formulas for g1&2
 
Upvote 0
The
EDIT
I see its also crossposted here
Which i have not looked at (Microsoft needs all sorts of registry, and hoops to login, and not doing all that just to look at your crosspost) - but as you have posted , not sure if this is solved, so i wont spend to much time on this , if its already resolved elsewhere

i dont know how you got to the results , a little difficult to follow
Can you explain why you have
153 in G1
and also why you have
200 in G2

I thought it was a striaght forward =SUMIF(J5:J9,">1") and in the other forum
you said


I dont understand the notes and it would be better if you told us why and what logic you are using, that way a formula could be derived

As you say J column are the row results - can you explain how they are derived?

For others I have posted the spreadsheet here using XL2BB
See my NOTE with SUMIF() using J column - Labelled WAYNE

bettor score.xlsx
ABCDEFGHIJKL
1successful picks*based off 153*calculations to produce score per bet/pick based on a $100 bet
2unsuccessful picks$100 bet200* losses are straight -$100 loss, where as wins require formula
3fighter 1fighter2oddsodds2earningsearnings2bettor 1*I would prefer these points be calculated within G1 and G2 total ongoing score cells, not in their own column.
4LFA 120individual fight scores
5Mayra Cantuaria!Jamey Lyn Horth Wessels-125-105$80$95-1=-100
6!Tony LaramieTyus White-200160$50$1601=50
7Royce WhiteDaiqkwon Buckley !-150120$67$120-1=20
8Jalin Fuller!Bruno Assis-120-110$83$911=83
9!Felipe Martinez DonisHenry Huff-225185$44$185-1=-100
10*a "1" is a pick on the first fighter, a "-1" for the second fighter
11*the victor has a "!" in their cell
12
13Wayne - SUMIF() - But need to know how J column is derived
14Succesful153
15Unsuccessful200
16
weekly betting analysis
Cell Formulas
RangeFormula
E5:E9E5=IF([@odds]<0,-10000/[@odds],[@odds])
F5:F9F5=IF([@odds2]<0,-10000/[@odds2],[@odds2])
J14J14=SUMIF(J5:J9,">1")
J15J15=(SUMIF(J5:J9,"<1"))*-1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A4:A9Cell Valuecontains "bellator"textNO
A4:A9Cell Valuecontains "LFA"textNO
A4:A9Cell Valuecontains "UFC"textNO
C5:D9Cell Value<0textNO
C5:D9Cell Value>0textNO
A4,A5:B9Cell Valuecontains "!"textNO
The 153 and 200 results are the total of the individual score calculations I show in the notes on the right that somehow I want to be integrated into g1&2. The odds formulas can be linked to from columns e & f. But again, minus the initial $100. Odds are determined by $100
 
Upvote 0
In simple terms a fighter's/team's/horse's odds of say +100 would mean on a $100 bet you'd win $100, whereas odds of -130 you'd have to bet $130 to win $100, or odds of +250 you'd win $250 off a $100 bet
 
Upvote 0
Columns c, d, e & F show how odds work, and column J are notes as to how I use odds calculations to come up with my scoring formula (minus the initial base $100 bet)
 
Upvote 0
If you have posted the question anywhere other than ExcelForum, please supply links to those site(s)
 
Upvote 0
No the edit is only visible for 10mins
I’m out now for a while so won’t be able to look at your explanation but looking in the phone makes a bit more sense now I hope
 
Upvote 0
still not following , sorry , i dont understand odds/betting, others may, so for me all i need is the logic based on the columns E & F
How you arrive at the answer in J
then we can use that to get excel to calculate inside of you
so , whats the math
Lets take ROW 5 - how do you get to -100 , based on the figures entered in the other columns on the same rows
and any different permutation that would be needed to achieve each of those row results row 5 to row 9

-100
50
20
83
-100

in terms of those cells rather than words with maths / arithmetic
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,840
Members
449,193
Latest member
MikeVol

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