View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default dates for conditional formatting

Change your conditional formatting criterion from =MONTH(...)=... to
=AND(MONTH(...)=...,YEAR(...)=...) or to =TEXT(...,"yyyymm")=...
--
David Biddulph

"AliMacca" wrote in message
...
Hi
I am trying to get a workbook that highlights the current month in red. I
thought I had done this but when i put the current month but for next year
it
still highlights red. How do i just get the current year to change red?

Ali