Share via

Using Conditional Formatting After A Certain Number of Days Have Elapsed

Anonymous
2018-10-23T10:05:34+00:00

Apologies in advance, I've looked at dozens of these responses but mine is just not working. I have tried 'Edate' 'IF' 'Today' etc. I have a cell in which a date is entered when a report will be submitted. If 60 days have passed after that date, I want to change the cell colour. Eg. report due 22nd Nov 18 - 60 days after that will be 21st Jan 18. Essentially I understand it would be =TODAY()=>60 No matter what number I enter the cell turns red automatically which shows it's not correct.

I would be most grateful if anyone can help thanks.

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

2 answers

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2018-10-23T13:18:37+00:00

    Select the cell(s). In the following, I will assume that B2 is the active cell within the selection.

    On the Home tab, select Conditional Formatting > New Rule...

    Select 'Use a formula to determine which cells to format'.

    Enter the formula

    =AND(B2<>"",B2<=TODAY()-60)

    Remember, B2 is the active cell.

    Click Format...

    Activate the Fill tab,

    Select red.

    Click OK, then click OK again.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-10-24T12:39:14+00:00

    HansV, many thanks for your reply, that's different to anything I have found so far. I will try it later when I am free. Thanks so much.

    Was this answer helpful?

    0 comments No comments