kanemitchell99
New Member
- Joined
- Jul 24, 2018
- Messages
- 7
- Office Version
- 2021
- Platform
- Windows
Hi,
Wasn't too sure what to name the title so apologies if it is not correct.
I need to analyse the frequency that a particular promo for a betting agency pays out on Australian Rules Footy. The promo is if your team gets 24 points up at any stage during the game but looses the game, the bet will still pay out.
I have the data of what the scores were for each team at each quarter for the last 7 years. I need to return YES if at any stage a team was winning by 24 points at a quarter break and went on to loose, otherwise NO.
In my head the pseudocode for this would be something like IF(team A=team B - 24pts (at Q1)) OR (team A=Team B - 24pts (at Q2)) OR (team A=team B - 24pts (at Q3)) AND (team A<team B (final score)) return TRUE otherwise FALSE)
I think this is a pretty simple formula to work this out but I am relatively inexperienced with excel hence why I have come here to ask some experts!!
I hope this question makes sense!
Thanks!
Wasn't too sure what to name the title so apologies if it is not correct.
I need to analyse the frequency that a particular promo for a betting agency pays out on Australian Rules Footy. The promo is if your team gets 24 points up at any stage during the game but looses the game, the bet will still pay out.
I have the data of what the scores were for each team at each quarter for the last 7 years. I need to return YES if at any stage a team was winning by 24 points at a quarter break and went on to loose, otherwise NO.
In my head the pseudocode for this would be something like IF(team A=team B - 24pts (at Q1)) OR (team A=Team B - 24pts (at Q2)) OR (team A=team B - 24pts (at Q3)) AND (team A<team B (final score)) return TRUE otherwise FALSE)
I think this is a pretty simple formula to work this out but I am relatively inexperienced with excel hence why I have come here to ask some experts!!
I hope this question makes sense!
Thanks!