Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Conditional Format - Due Dates - 2 questions (2nd posting)

I have a spreadsheet that tracks due and past due dates.

The default color of the spreadsheet is black. A is the due date column. B
is the completed date column

The irst furmula in B is =$A1=$B1 to track items completed before the A1
date, set to blue. Second one is =$A1<$B1 to track items completed aftre the
due date, set to red.

Sometimes there is no due date though. In that case it changes to red and
looks like it was completed late.

1) Is there a conditional formula that will ingnore A1 if it is blank, or
change to black?

2) My formula of =A1<=TODAY() make the items past due red, but it also makes
everthing due today red as well, but they are not actrually overdue until
tomorrow.

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Format - Due Dates - 2 questions (2nd posting)

See the off-the-top-of-my-head (that is, untested) inline comments...

I have a spreadsheet that tracks due and past due dates.

The default color of the spreadsheet is black. A is the due date column.
B
is the completed date column

The irst furmula in B is =$A1=$B1 to track items completed before the A1
date, set to blue. Second one is =$A1<$B1 to track items completed aftre
the
due date, set to red.

Sometimes there is no due date though. In that case it changes to red and
looks like it was completed late.

1) Is there a conditional formula that will ingnore A1 if it is blank, or
change to black?


Try something like this... =AND($A1=$B1,$A1<"")
I'm not sure if you need the absolute reference on the $A1<"" or not.

2) My formula of =A1<=TODAY() make the items past due red, but it also
makes
everthing due today red as well, but they are not actrually overdue until
tomorrow.


Wouldn't changing <= to just < handle that problem?

Rick

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Conditional Format - Due Dates - 2 questions (2nd posting)

Thanks Rick. I am still trying to sort out this formula stuff. I am still
waiting the the "aha" moment that just never seems to arrive...

"Rick Rothstein (MVP - VB)" wrote:

See the off-the-top-of-my-head (that is, untested) inline comments...

I have a spreadsheet that tracks due and past due dates.

The default color of the spreadsheet is black. A is the due date column.
B
is the completed date column

The irst furmula in B is =$A1=$B1 to track items completed before the A1
date, set to blue. Second one is =$A1<$B1 to track items completed aftre
the
due date, set to red.

Sometimes there is no due date though. In that case it changes to red and
looks like it was completed late.

1) Is there a conditional formula that will ingnore A1 if it is blank, or
change to black?


Try something like this... =AND($A1=$B1,$A1<"")
I'm not sure if you need the absolute reference on the $A1<"" or not.

2) My formula of =A1<=TODAY() make the items past due red, but it also
makes
everthing due today red as well, but they are not actrually overdue until
tomorrow.


Wouldn't changing <= to just < handle that problem?

Rick


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 Format - Due Dates - 2 questions Stacy Excel Discussion (Misc queries) 0 June 25th 08 08:03 PM
Posting Questions Ross Excel Discussion (Misc queries) 1 August 15th 07 01:40 AM
Questions on Posting in this forum + attachements klafert Excel Discussion (Misc queries) 1 September 2nd 06 10:35 PM
Conditional Format matching Dates,calendar ufo_pilot Excel Discussion (Misc queries) 3 July 31st 06 01:05 PM
auto posting dates maintchief New Users to Excel 1 October 28th 05 01:20 AM


All times are GMT +1. The time now is 05:39 PM.

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"