I want to conditionally format an entire column after 1 year from

J

JEA

I am trying to conditionally format a column to have the text (which are
dates) to turn red/bold a year from the date in the cell. I know how to
bold/red, I just can't figure out how to set it for a year from the date in
each particular cell. The dates are different in each cell. Thank you!
 
L

Luke M

1 year from...which date/cell? Assuming you mean today, your CF formula
would be:

=B2>TODAY()+365

If its a particular cell you're comparing, make it:
=B2>$A$1+365
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top