Hey, I run a football (soccer) predictions league for me and my friends and after so many years of doing it all manually i want to make it work with formulas but i cant get them to work properly, im very close to completing it but theres always 1 result that doesnt work properly.
Here is the point system...
§ 7 Points: Correct score & correct first team to score
§ 5 Points: Correct score only
§ 4 Points: Correct result & correct first team to score
§ 2 Points: Correct result
§ 2 Points: Correct first team to score first
Here is what the cells contain
A3 = Home Team
B3 = Actual Home Score
C3 = "Versus"
D3 = Actual Away Score
E3 = Away Team
F3 = Which team scores 1st, H for Home, A for Away, X for Nobody
G3 = Predicted Home Score
H3= "Versus"
I3 = Predicted Away Score
J3 = Predicted team to score 1st, H for Home, A for Away, X for Nobody
Here is my formula...
=IF(AND(B3=G3,D3=I3),5,IF(AND(D3>B3,I3>G3),2,IF(AND(B3>D3,G3>I3),2,IF(AND(D3<b3,i3<g3),2,0))))+if((f3=j3),2,0)[ formula] It works fine but if the actual result is 0v0 and i predicted 1v1, i should recieve 2 points for the correct result but i dont get any points Any more info just ask :D thanks for your help people!</b3,i3<g3),2,0))))+if((f3=j3),2,0)[>
Here is the point system...
§ 7 Points: Correct score & correct first team to score
§ 5 Points: Correct score only
§ 4 Points: Correct result & correct first team to score
§ 2 Points: Correct result
§ 2 Points: Correct first team to score first
Here is what the cells contain
A3 = Home Team
B3 = Actual Home Score
C3 = "Versus"
D3 = Actual Away Score
E3 = Away Team
F3 = Which team scores 1st, H for Home, A for Away, X for Nobody
G3 = Predicted Home Score
H3= "Versus"
I3 = Predicted Away Score
J3 = Predicted team to score 1st, H for Home, A for Away, X for Nobody
Here is my formula...
=IF(AND(B3=G3,D3=I3),5,IF(AND(D3>B3,I3>G3),2,IF(AND(B3>D3,G3>I3),2,IF(AND(D3<b3,i3<g3),2,0))))+if((f3=j3),2,0)[ formula] It works fine but if the actual result is 0v0 and i predicted 1v1, i should recieve 2 points for the correct result but i dont get any points Any more info just ask :D thanks for your help people!</b3,i3<g3),2,0))))+if((f3=j3),2,0)[>