Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default conditional formating dates, please help me

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 834
Default conditional formating dates, please help me

D2: =AND(K2<"complete",D2=TODAY()-3)

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

HTH

Bob

"mike" wrote in message
...
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
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
conditional formating on dates Margotbf Excel Discussion (Misc queries) 6 May 28th 08 02:46 PM
i need help with conditional formating with dates mrseje1 New Users to Excel 2 November 2nd 06 04:14 PM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
conditional formating: dates steely Excel Worksheet Functions 1 October 20th 05 11:20 AM
CONDITIONAL FORMATING DATES tomklem Excel Discussion (Misc queries) 3 October 7th 05 04:24 PM


All times are GMT +1. The time now is 12:00 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"