Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tried this (no luck). Dates are complete (yyyy-mm-dd), but formatted to show
as only (mmm-yy). tried to apply a conditional formatting formula, but either it highlighted everything, or just nothing. Thanks for the help! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i used this in a formula
=MONTH($A1)=3 -- Gary "chrismears" wrote in message ... Tried this (no luck). Dates are complete (yyyy-mm-dd), but formatted to show as only (mmm-yy). tried to apply a conditional formatting formula, but either it highlighted everything, or just nothing. Thanks for the help! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try inputting a formula in the conditional formatting =month(a1)=3 If it works copy and paste formatting only to relevant cells -- JMKC ----------------------------------------------------------------------- JMKCT's Profile: http://www.excelforum.com/member.php...fo&userid=2939 View this thread: http://www.excelforum.com/showthread.php?threadid=49104 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In that case, use a formula of =MONTH(A1)=3
-- HTH RP (remove nothere from the email address if mailing direct) "chrismears" wrote in message ... Tried this (no luck). Dates are complete (yyyy-mm-dd), but formatted to show as only (mmm-yy). tried to apply a conditional formatting formula, but either it highlighted everything, or just nothing. Thanks for the help! |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To quote the Dire Straits song, "That's the way you do it!"
Tried it and it works wonderfully, I was so close. Thanks guys! "Bob Phillips" wrote: In that case, use a formula of =MONTH(A1)=3 -- HTH RP (remove nothere from the email address if mailing direct) "chrismears" wrote in message ... Tried this (no luck). Dates are complete (yyyy-mm-dd), but formatted to show as only (mmm-yy). tried to apply a conditional formatting formula, but either it highlighted everything, or just nothing. Thanks for the help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Highlight the cell date of current month | Excel Discussion (Misc queries) | |||
Highlight automatically a specific cell | Excel Worksheet Functions | |||
Formula to count month-specific items | Excel Discussion (Misc queries) | |||
formula to highlight specific numbers | Excel Discussion (Misc queries) | |||
Highlight a row if a specific cell is specific numbers/words | Excel Worksheet Functions |