PC Review


Reply
Thread Tools Rate Thread

can excel show due dates automatically?

 
 
=?Utf-8?B?UGF1bA==?=
Guest
Posts: n/a
 
      22nd Feb 2007
I need to creat an excell spead sheet that will show due dates. I need it to
show that in 30 days a reports is due or that, if your licenses is due to be
renewed in 90 days it will show you or aleart you of that date. Is this
possible?
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      22nd Feb 2007
Take a look at conditional formatting.

Assuming that the due dates are in B2:B20, they will flagged as follows:

* green - not due for 90 days or more
* yellow - not due for 30 days or upto 90 days
* red - due in less than 30 days or overdue

The conditional formatting will be formula driven, and to avoid showing a
light on a blank line kit tests for no date.

To create this traffic lights, follow these steps:

* Step 1.
Select the all applicable rows in the 'Dates' colum, starting in row 2


* Step 2.
Goto Menu Format>Conditional Formatting
Change Condition 1 to Formula Is
Add a formula of
=AND(B2<>"",B2<=TODAY()-90)
Click the Format button
Select the Font Tab
Select bright green from the Color dropdown
Select the Pattern Tab
Select dark green from the palette
OK


* Step 3.
Goto Menu Format>Conditional Formatting
Change Condition 1 to Formula Is
Add a formula of
=AND(B2<>"",B2<=TODAY()-30)
Click the Format button
Select the Font Tab
Select yellow from the Color dropdown
Select the Pattern Tab
Select dark green from the palette
OK


* Step 4.
Goto Menu Format>Conditional Formatting
Change Condition 1 to Formula Is
Add a formula of
=AND(B2<>"",B2>TODAY()-30)
Click the Format button
Select the Font Tab
Select red from the Color dropdown
Select the Pattern Tab
Select dark green from the palette
OK
OK

You should have the due periods all colour coded now

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Paul" <(E-Mail Removed)> wrote in message
news:7DB873C6-E947-4DE2-A1A9-(E-Mail Removed)...
>I need to creat an excell spead sheet that will show due dates. I need it
>to
> show that in 30 days a reports is due or that, if your licenses is due to
> be
> renewed in 90 days it will show you or aleart you of that date. Is this
> possible?



 
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
Can Excel automatically highlight dates in the next week? georgiakate1039 Microsoft Excel Misc 3 17th Oct 2008 04:28 AM
how can I automatically add following dates in a column in Excel Bruno Microsoft Excel Misc 2 4th Feb 2008 01:54 PM
Can I get Excel to automatically BOLD dates 30d before expiration? Donna Microsoft Excel New Users 12 10th Jan 2008 05:35 PM
How can I get excel to label sheets automatically? eg: dates. =?Utf-8?B?QWRyaWFu?= Microsoft Excel Misc 9 18th May 2006 06:03 PM
How do I automatically show passed dates in red in Excel, please =?Utf-8?B?SmltYm9i?= Microsoft Excel Misc 4 1st Jul 2005 02:49 PM


Features
 

Advertising
 

Newsgroups
 


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