A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Try this for the red rule:
=AND(ISBLANK(D2),C2<TODAY())
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello people who are smarter than me. You're amazing and I need assistance. I want the red box (C2) to not be red if there is a date in the box next to it (D2). I have two rules already and I do not know how to perform the next step. Red (C2) means overdue but if there is anything in D2 then it does not need to be red. Can someone please share your wonderful expertise with me? [the caution box is for the people using the worksheet, it only appears when I unlock the cells so its not an issue]
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Try this for the red rule:
=AND(ISBLANK(D2),C2<TODAY())