PC Review


Reply
Thread Tools Rate Thread

conditional formating dates, please help me

 
 
mike
Guest
Posts: n/a
 
      9th Jan 2010
Sorry but this is a multiple part question. The spreadsheet in question is a
tracker for incoming tasks.

column D is the received date(dd-mmm-yy). I want to highlight the new tasks
received with in the last 72hrs. so basically equal to or 72 hrs less than
todays date.

Column E list the due date(dd-mmm-yy). I would like to highlight the cell
that are due in the next 7 days red and 8-30 days amber.

Column K shows the status as "complete" or "in progress". it is already
conditionally formated to highlight green when "complete" is entered and
yellow when "in progress" is entered. I need to remove the formating in
column D and E above when "complete" is entered in K.

I think the first two parts deal with the "=today or =now" function but I
cant seem to get it right.

thanks
mike
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      9th Jan 2010
D2: =AND(K2<>"complete",D2>=TODAY()-3)

E2: =AND(K2<>"complete",E2>=TODAY(),E2<=TODAY()+7) .... red
=AND(K2<>"complete",E2>TODAY()+7,E2<=TODAY()+30) .... amber

HTH

Bob

"mike" <(E-Mail Removed)> wrote in message
news:CB1E6060-A670-4686-A6FF-(E-Mail Removed)...
> Sorry but this is a multiple part question. The spreadsheet in question is
> a
> tracker for incoming tasks.
>
> column D is the received date(dd-mmm-yy). I want to highlight the new
> tasks
> received with in the last 72hrs. so basically equal to or 72 hrs less than
> todays date.
>
> Column E list the due date(dd-mmm-yy). I would like to highlight the cell
> that are due in the next 7 days red and 8-30 days amber.
>
> Column K shows the status as "complete" or "in progress". it is already
> conditionally formated to highlight green when "complete" is entered and
> yellow when "in progress" is entered. I need to remove the formating in
> column D and E above when "complete" is entered in K.
>
> I think the first two parts deal with the "=today or =now" function but I
> cant seem to get it right.
>
> thanks
> mike



 
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
conditional formating with dates Lost Jason Microsoft Excel Worksheet Functions 1 12th Aug 2009 10:13 PM
conditional formating on dates Margotbf Microsoft Excel Misc 6 28th May 2008 02:46 PM
i need help with conditional formating with dates =?Utf-8?B?bXJzZWplMQ==?= Microsoft Excel New Users 2 2nd Nov 2006 04:14 PM
conditional formating dates =?Utf-8?B?QnJvY2tqcjM4?= Microsoft Excel Worksheet Functions 1 13th Feb 2006 11:04 PM
Install dates formating using conditional formating? Jerry Eggleston Microsoft Excel Misc 2 9th Nov 2005 05:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:30 AM.