PC Review


Reply
Thread Tools Rate Thread

Color cells when Date is current or nearing

 
 
dsmith7265
Guest
Posts: n/a
 
      23rd Oct 2003
Hello all, I was wondering if anyone could tell me how to color a cell
when a date nears or is the same date. Is this possible?


Thanks!
DLS



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

 
Reply With Quote
 
 
 
 
J.E. McGimpsey
Guest
Posts: n/a
 
      23rd Oct 2003
Take a look at Conditional Formatting in XL Help.

You probably want your condition to read something like:

Formula Is =(TODAY()-5)< A1

this assumes that A1 is the cell you're conditionally formatting and
that you want the cell colored if the current date is later than 5
days prior to the value in A1. After you enter the formula, click on
Format and select a color from the Patterns tab, then click OK, OK.





In article <(E-Mail Removed)>,
dsmith7265 <(E-Mail Removed)> wrote:

> Hello all, I was wondering if anyone could tell me how to color a cell
> when a date nears or is the same date. Is this possible?

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      23rd Oct 2003
Format>conditional formatting, formula is

=AND(A1-TODAY()<5,TODAY()<=A1)

where A1 is the date, I used less than 5 days, change that to what you want

--

Regards,

Peo Sjoblom


"dsmith7265" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello all, I was wondering if anyone could tell me how to color a cell
> when a date nears or is the same date. Is this possible?
>
>
> Thanks!
> DLS
>
>
>
> ------------------------------------------------
> ~~ Message posted from http://www.ExcelTip.com/
> ~~ View and post usenet messages directly from http://www.ExcelForum.com/
>



 
Reply With Quote
 
billQ
Guest
Posts: n/a
 
      23rd Oct 2003
Try to set a formula comparing date using the conditional formatting.
bill

"dsmith7265" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello all, I was wondering if anyone could tell me how to color a cell
> when a date nears or is the same date. Is this possible?
>
>
> Thanks!
> DLS
>
>
>
> ------------------------------------------------
> ~~ Message posted from http://www.ExcelTip.com/
> ~~ View and post usenet messages directly from http://www.ExcelForum.com/
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
What excel formula highlighs cells according to current date =?Utf-8?B?QWw=?= Microsoft Excel Misc 2 20th Oct 2006 03:58 PM
I want any date 90 days or older from current date change color =?Utf-8?B?QmlnIEFiYWxvbmU=?= Microsoft Excel Worksheet Functions 5 23rd Apr 2006 05:01 AM
Can I make Access send a flag when a date field is nearing? =?Utf-8?B?RERSb3dl?= Microsoft Access VBA Modules 4 17th May 2005 10:49 PM
Calculating current age from 2 date cells =?Utf-8?B?ZGhlYWx5?= Microsoft Excel Worksheet Functions 1 19th Jan 2005 04:50 PM
current date and username automated on cells Ify Microsoft Excel Misc 1 11th Jul 2004 04:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:08 PM.