Mad Hatter49
New Member
- Joined
- Jan 29, 2014
- Messages
- 5
I am trying to use conditional formating to change the colour of cells in Excel 2003 on WinXP for the following data:Due Date(A1) - Delivered Date(B1) - Days Overdue(C1)In (C1) I am using the formula =IF(ISBLANK(B1),"",A1-B1)This returns either a positive number if delivered before due date, negative if after and blank if not yet deliveredI am trying to turn C1 Green if delivered on time, Red if late or overdue and no change if undelivered and not yet dueIam using the following conditional formats:Condition 1 - Cell value is - greater than or equal to - 0 - Format=GreenCondition 2 - Cell value is - less than - 0 - Format=RedCondition 3 - Formula is - ="IF(A1<TODAY())" - Format=RedCondition 1 & 2 are both working, however if B1 is blank C1 is turning Green, the desired result would be no change if not yet due and Red if overdueCan anyone please help me with this?