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
|
|
0
|
|
|
|
Reply
|
Utf
|
1/11/2010 4:31:01 PM |
|
Change your conditional formatting criterion from =MONTH(...)=... to
=AND(MONTH(...)=...,YEAR(...)=...) or to =TEXT(...,"yyyymm")=...
--
David Biddulph
"AliMacca" <AliMacca@discussions.microsoft.com> wrote in message
news:C863CC61-AB0B-43FC-B618-F0B5E47B35AD@microsoft.com...
> 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
|
|
0
|
|
|
|
Reply
|
David
|
1/11/2010 4:42:09 PM
|
|