I have two date columns.
My requirement is:
in the 2nd column word “Missing” should be filled if difference
between [Today] and [Date in 1st column] is more than two days. Also
user may enter some date value in 2nd column. In that case “Missing”
should not be filled.
I can use 1 or more columns for intermediate calculations.
Sample file can be downloaded from Link. In that, cell “B3” should be auto-filled with “Missing” but not cells “B5”
Cell B1:
If the same column (B) is used also for user input, the formula will be replaced. To make user input easier, the cells could be formatted as “Hidden” (the formula will be invisible), and data validation set to “Date” to control user input.