I am making a document to keep track of things that happen on a weekly basis and I want to implement conditional formatting as a way to make sure I catch user errors. I have one column with the start date and one with the end date, which will normally be 6 days away from the start because it is 1 week. I want the cell to turn red if I input a value that does not fit this assumption.
Example table:
In the 'Edit Formatting Rule' menu I have tried:
Format only cells that contain | Cell Value | not equal to | =($A2+6) |
but it just made everything red.