Hi,
I would like to be able to highlight cells in Column A if they are older than 14 days and the item hasn't been received. Refer A5
I've already highlighted cells in red that are older than 14 days, but eventually everything will turn red.
I took care of the blank cells in Column A so they wouldn't be highlighted red. (A6)
What does the conditional formatting need to be for this?
Thanks for your help
I would like to be able to highlight cells in Column A if they are older than 14 days and the item hasn't been received. Refer A5
I've already highlighted cells in red that are older than 14 days, but eventually everything will turn red.
I took care of the blank cells in Column A so they wouldn't be highlighted red. (A6)
What does the conditional formatting need to be for this?
Warranty.xlsx | ||||
---|---|---|---|---|
A | B | |||
1 | DATE | DATE RECEIVED FROM CUSTOMER | ||
2 | 1/06/2022 | 9/06/2022 | ||
3 | 11/06/2022 | |||
4 | 20/05/2022 | |||
5 | 20/05/2022 | 1/06/2022 | ||
6 | ||||
Sheet4 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B2 | Expression | ="if(today()>b2+14)" | text | NO |
A2:A6 | Cell | contains a blank value | text | NO |
A2:A6 | Expression | =A2<TODAY()-14 | text | NO |
Thanks for your help