Conditional formatting dates

L

Lofty

Hi,
Help please. I have a column of 'Due Dates' in the mmm-yy format. I want the
highlight a 'date' a month before it is due to expire. How is it done?
I can get so far with DATEVALUE but then become stucK.

Many thanks
 
M

macropod

Hi Lofty,

For a date in A1, you could use a formula for the conditional format like:
=A1>=DATE(YEAR(TODAY()),MONTH(TODAY())-1,DAY(TODAY()))
 

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