Hi all,
I have created a table for the football team I run to show goals scored in first half, second half and complete game (in a win/lose/draw format) as I want to see if there are any patterns in the data and also have linked to an overview chart for each.
The first half and second half work fine, however the full time score is returning 0 for all games at present because we have yet to play in the cell for the full time score I have a simple sum formula adding the first and second half scores.
I have the following formula in the win/lose/draw cell.
=IF(COUNT(AA25:AA26)=2,IF(AA25>AA26,"W",IF(AA25<AA26,"L","D")),"")
This is then conditionally formatted with red amber green based on W/L/D return
Is there any way that I can keep the sum function and the the formatting or will i have to put the score in anually?
Thanks in advance
Rusty
I have created a table for the football team I run to show goals scored in first half, second half and complete game (in a win/lose/draw format) as I want to see if there are any patterns in the data and also have linked to an overview chart for each.
The first half and second half work fine, however the full time score is returning 0 for all games at present because we have yet to play in the cell for the full time score I have a simple sum formula adding the first and second half scores.
I have the following formula in the win/lose/draw cell.
=IF(COUNT(AA25:AA26)=2,IF(AA25>AA26,"W",IF(AA25<AA26,"L","D")),"")
This is then conditionally formatted with red amber green based on W/L/D return
Is there any way that I can keep the sum function and the the formatting or will i have to put the score in anually?
Thanks in advance
Rusty