Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default highlight font by date

-Hello,

Is there a way to highlight font and type for a cell by a date criteria? For
instance, if a date is within 3 days of the current system date I want the
date bolded in red 14pt font. I also want to use green and yellow colors to
indicate other proximities of date to current system date. I think I might be
able to use conditional formatting for this but not sure how.

Thanks,
Nelly
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default highlight font by date

You can use conditional formatting and set the "formula" option to something
like this (where the value is in E12)

=E12(TODAY()-3)

Tim

"Nelly" wrote in message
...
-Hello,

Is there a way to highlight font and type for a cell by a date criteria?
For
instance, if a date is within 3 days of the current system date I want the
date bolded in red 14pt font. I also want to use green and yellow colors
to
indicate other proximities of date to current system date. I think I might
be
able to use conditional formatting for this but not sure how.

Thanks,
Nelly



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default highlight font by date

On Apr 27, 9:12 am, Nelly wrote:
-Hello,

Is there a way to highlight font and type for a cell by a date criteria? For
instance, if a date is within 3 days of the current system date I want the
date bolded in red 14pt font. I also want to use green and yellow colors to
indicate other proximities of date to current system date. I think I might be
able to use conditional formatting for this but not sure how.

Thanks,
Nelly


Here's one possible way.

Create a cell that has your system date. Let's say 4/27/07 is in A1.
Then use two more cells, one to be 3 days above A1 and 3 days below
A1. So, in A1 you have 4/27/07, in A2 you have =A1+3 (or 4/30/07),
and in A3 you have =A1-3 (or 4/24/07). Then select the dates you want
to compare to A2 and A3, go to Menu Bar: Format/Conditional
Formatting..., and setup your condition. (i.e. Cell Value Is;
between; A2; and A3; select the "Format..." button and select your
"Font style:" and "Color:").

Note: You can add up to 3 conditions with conditional formatting.

Matt

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Highlight on Date Problem Lise Excel Discussion (Misc queries) 3 May 5th 10 02:25 PM
font and highlight standard colors cada Excel Discussion (Misc queries) 1 August 30th 07 07:12 PM
Date Highlight cosmeticbrainsurgery Excel Discussion (Misc queries) 2 August 8th 06 11:15 AM
highlight a date Elvey Excel Discussion (Misc queries) 2 May 20th 06 12:29 PM
Highlight entire document and try to change font - won't change. murzy03 Excel Discussion (Misc queries) 1 May 8th 06 07:05 PM


All times are GMT +1. The time now is 08:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"