Share via

Conditional formatting a specific date

Anonymous
2024-05-27T09:54:42+00:00

hi all total novice here,

I'm try to conditional format date to show red if it's 12 months after the date that's entered in column A, so if its 25/05/2024 entered it will turn red on 25/5/25. 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. Anonymous
    2024-05-28T14:34:15+00:00

    hi all total novice here,

    I'm try to conditional format date to show red if it's 12 months after the date that's entered in column A, so if its 25/05/2024 entered it will turn red on 25/5/25. thanks

    thanks Martin, sorry it didnt work.

    Does anyone know a conditional format for this.

    if 25/5/24 is entered in column A1 and the date in A2 is 12 months in advance of that, i want a formula to turn A2 red, when it hits the date in A1, if that makes sense

    thanks

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-05-27T11:01:08+00:00

    Hi,

    Click on the cell you want to apply the conditional formatting. Go to the Home tab on the ribbon > Conditional Formatting > New rule > "Use a formula to determine which cells to format" and then type this:

    =DATEDIF($A$1;$B$1;"M")>12

    Then choose to fill with the color you'd like.

    Assuming your first date is on A1 and the second one on B1.

    Cheers,

    Martin

    Was this answer helpful?

    0 comments No comments