dates for conditional formatting

  • Thread starter Thread starter AliMacca
  • Start date Start date
A

AliMacca

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
 
Change your conditional formatting criterion from =MONTH(...)=... to
=AND(MONTH(...)=...,YEAR(...)=...) or to =TEXT(...,"yyyymm")=...
 
Back
Top