I am using the following formula to highlight a cell when the date within that cell is in the past and a document has not been received (a specific cell is blank):
=AND(I2="",E2<TODAY())
Column E contains the expected receipt date; column I contains a date if it has been received and left blank if it has not. I have tried several iterations of this formula with no luck, and this specific formula is highlighting random cells - for example, a few are highlighting when the date is in the past and column I contains a value, but some cells are highlighting when the date is in the future and column I is blank. I have rows right below each other with the same combination of values where 1 is highlighted and the other is not.
Some troubleshooting I have already tried:
1. Was a formula (referencing another date and adding 3 days) so I copy pasted special, values only; same result
2. Confirmed date formats match for both columns
3. Have revised the labels to be $I$2 (highlights every value), $I2 (same result as no $), I:I, $I:$I with no luck
Bookmarks