Date Calculation in Conditional Formatting

J

JPS

I have a column of dates and if a date is 6 month or less in the future of
the current month TODAY(), I need to have the cell red. I know this can be
accomplished through conditional formatting but need some guidance on the
formula.

Thanks
 
M

Mike H

Hi,

Select your data and then
Format|Conditional format
formula is

=$A1>=DATE(YEAR(TODAY()),MONTH(TODAY())+6,DAY(TODAY()))

Pick a colour
OK

Mike
 

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