Good Morning All,
I am trying to format a sheet I have for the football team I run.
I have a score sheet and want to automatically pull data from it using W,L D (Win, Loss, Draw) this data is in E21, so that I can automatically make a table showing the results. I have used the formula below:
=IF(E19>E20,"W",IF(E19<E20,"L",IF(E19=E20,"D",)))
The problem I have is that the cells that have not been filled in (as we have not played the games) are showing a D and skewing the data.
How can I write into this that if the cell is blank to leave E21 blank (or enter an X) if there is no data entered?
Thank you in advance.
Rusty
I am trying to format a sheet I have for the football team I run.
I have a score sheet and want to automatically pull data from it using W,L D (Win, Loss, Draw) this data is in E21, so that I can automatically make a table showing the results. I have used the formula below:
=IF(E19>E20,"W",IF(E19<E20,"L",IF(E19=E20,"D",)))
The problem I have is that the cells that have not been filled in (as we have not played the games) are showing a D and skewing the data.
How can I write into this that if the cell is blank to leave E21 blank (or enter an X) if there is no data entered?
Thank you in advance.
Rusty