View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Is there a formula to AUTOMATICALLY highlight a specific month

Select all the cells, goto to FormatConditional Formatting, and set the
option to Equal to and a value of 3.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"chrismears" wrote in message
...
I have an Excel spreadsheet and in it I enter dates (creating ledgers).

We
highlight (manually) each line of data containing the March balances.

I'd love to use conditional formatting to do this for me, but can't figure
out how. The only thing I want it to be able to do is highlight
(pattern=yellow) any and every cell that contains the month march (it will
only be entered as a date code, so month=3).

Thanks
Chris