Hi,
I have a dataset with odds for soccermatches, and results.
I want to count each time a specified odds has won the match, but i cannot find out which formula to use.
For example:
HTeam ATeam Res H-Odds D-Odds A-Odds
1.Team1 Team2 H 1.60 2.10 4.30
2.Team1 Team2 D 1.64 2.30 3.30
3.Team1 Team2 H 1.60 2.60 4.35
4.Team1 Team2 A 3.10 2.80 1.60
5.Team1 Team2 A 1.60 2.10 3.30
6.Team1 Team2 D 1.60 1.60 4.30
HTeam= Home team
ATeam= Away team
Res = Result, Home, Draw, or Away
H-Odds= Home odds
D-Odds= Draw odds
A-Odds= Away odds
Defining my problem:
I want to count the times the odds; 1.60 was the winning odds.
I imagine i need to set up 3 columns: Homewins, Draws, Awaywins.
Kind of like:
=COUNTIF(A1:A50,"1.60"),IF(B1:B50,"H")
like that, only that is not correct
Can anyone help me?
Bookmarks