J
jmmerrill1
I am attempting to conditionally format cells as follows:
Cell value is between 1 and 30 = green
Cell value is between 31 and 60 = yellow
Cekk value is greater than 60 = red
I have a broblem in that I have this formula in some cells
=IF(ISBLANK(E8),"",DATEDIF(E8,A1, "D"))
It returns a value of blank but the cell is RED.
I have tried changing the formula to:
=IF(ISBLANK(E8),"0",DATEDIF(E8,A1, "D"))
I then get a value of 0 that is still red.
What am I doing wrong??????? I would like to end up with a blank or
zero with noi shading (white).
Cell value is between 1 and 30 = green
Cell value is between 31 and 60 = yellow
Cekk value is greater than 60 = red
I have a broblem in that I have this formula in some cells
=IF(ISBLANK(E8),"",DATEDIF(E8,A1, "D"))
It returns a value of blank but the cell is RED.
I have tried changing the formula to:
=IF(ISBLANK(E8),"0",DATEDIF(E8,A1, "D"))
I then get a value of 0 that is still red.
What am I doing wrong??????? I would like to end up with a blank or
zero with noi shading (white).