SaraWitch
Active Member
- Joined
- Sep 29, 2015
- Messages
- 377
- Office Version
- 365
- Platform
- Windows
Hi peeps,
I have a formula in A1 that picks up a date from a range of other cells. If there are no dates in the range, A1 remains blank. I want to conditionally format the row colour when that formula returns a date but remain as is if blank.
Before the formula, I was using a conditional format rule:
and changing the row colour. However, with the formula now in A1, the row is changing colour regardless of whether there is an actual date or if the cell is blank.
I have also tried
but this is not working either (my date format is dd/mm/yyyy and I cannot find the date code for this, but I have changed the cell format to dd/mm/yy and it makes no difference).
Any help would be appreciated...
I have a formula in A1 that picks up a date from a range of other cells. If there are no dates in the range, A1 remains blank. I want to conditionally format the row colour when that formula returns a date but remain as is if blank.
Before the formula, I was using a conditional format rule:
Excel Formula:
=$A1>0
I have also tried
Excel Formula:
=$AE8("format",$AE8)="D4"
Any help would be appreciated...