C
christopherp
Hi Guys,
I have a number of cells conditionally formatted with three differen
conditions. (all cell values relate to the number of days left befor
an assignment is due).
The number of days left is calculated with the following formula:
=IF((G7-TODAY())<=0,"Complete",G7-TODAY())
at the moment:
1st format is applied when cell value <=30
2nd format is applied when the cell<=10
3rd and final format is applied when the cell value <=0 (cell display
"complete")
What I would like to do is make the cell display "today" when there ar
exactly 0 days left and then display "complete" when there are less tha
0 days left by amending the formula to read:
=IF((G7-TODAY())=0,"Today",IF(G7-TODAY()<0,"Complete",G7-TODAY()))
The new formula works fine, however, I would also like the cell to b
formatted the same as it is there are <=10 days left
As I have used all three conditions allowed in Excel XP already, thi
is proving difficult.
I hope I have explained this sufficently well for someone to hel

Any suggestions???
Thanks in advance
Chri
I have a number of cells conditionally formatted with three differen
conditions. (all cell values relate to the number of days left befor
an assignment is due).
The number of days left is calculated with the following formula:
=IF((G7-TODAY())<=0,"Complete",G7-TODAY())
at the moment:
1st format is applied when cell value <=30
2nd format is applied when the cell<=10
3rd and final format is applied when the cell value <=0 (cell display
"complete")
What I would like to do is make the cell display "today" when there ar
exactly 0 days left and then display "complete" when there are less tha
0 days left by amending the formula to read:
=IF((G7-TODAY())=0,"Today",IF(G7-TODAY()<0,"Complete",G7-TODAY()))
The new formula works fine, however, I would also like the cell to b
formatted the same as it is there are <=10 days left
As I have used all three conditions allowed in Excel XP already, thi
is proving difficult.
I hope I have explained this sufficently well for someone to hel

Any suggestions???
Thanks in advance
Chri