0

I need a column to turn red if today's date is 1 day before Ship Date and another column is not marked Shipped.

I've tried having the TODAY formula in an off sheet cell and reference it but I don't know how to get the Custom formula in Conditional Formatting to get AND to work correctly. I tried just to highlight if it was just set to "Ordered" but that didn't even work.

enter image description here

1 Answer 1

0

Try custom CF rule.

=AND($B1=TODAY()-1,$A1="Shipped")

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.