
Originally Posted by
TooNisExcelled
Ok so the formula I am trying to write, I hope it's possible.
So in cell A1. I have a received date that is entered, like a date a file was received.. Then in B1 if a date is not entered in that cell within 8 business days of the date in cell A1, then B1 will turn red and there will be a -1 (on the 9th date), -2 (on the 10th business day). So essentially B1 if no date is entered and it has exceeded 8 business days from the A1 date, there will be a negative number for how many business days it is over 8 days.
I hope that makes sense. If I need to create multiple cells to achieve this let me know.
Thanks!
I think I've got this. In cell B1 I put in the formula:
...and formatted it as a number (no decimal places)
on cell B1 I also used Conditional formatting where I selected "Use formula to determine which cells to format" and entered the formula:
...and gave it the format of a red fill
With these settings, if the date entered in A1 is before today plus 8 days (i.e. for every day that passes, the negative number will increase), it will result in a negative number, and the conditional formatting will turn it red.
Bookmarks