Fancy date calculation

C

cjj

Hello,

I'm not sure if it's possible in excel but what I'm trying to do i
this...

I would like to highlight any dates in my spreadsheet that are within
month of the current date or greater.

Cheers - cj
 
J

JMay

easiest and quickest way ,<<if you can live with it>> is conditional
formatting:
=A1>=(TODAY()-30)
 
Top