PC Review


Reply
Thread Tools Rate Thread

Conditional Formatting using Dates but excluding weekends

 
 
PRIV
Guest
Posts: n/a
 
      30th Nov 2007
Here is my set up.

Colum E has the date a visit was done and column G is empty until a report is
handed in.

I would like column G to turn red when the report is not handed in within 15
days and to stay red when the date the report was finally put in to show that
it was late.

If there is a way to do this all your help would be mucha appreciated!!!

Thanks in advance

 
Reply With Quote
 
 
 
 
Roger Converse
Guest
Posts: n/a
 
      30th Nov 2007
You could use one of these formulas. I am assuming you will also want to
exclude holidays. You'll have to create that range and then update it
yearly. You can put that in a worksheet and then hide the worksheet so no
one gets confused.

A1: Date Description
A2: 10/01/2008 Start date of project
A3: 3/01/2009 End date of project
A4: 11/26/2008 Holiday
A5: 12/4/2008 Holiday
A6:1/21/2009 Holiday

Formula Description (Result)

=NETWORKDAYS(A2,A3) Number of workdays between the start and end date above
(108)

=NETWORKDAYS(A2,A3,A4) Number of workdays between the start and end date
above, excluding the first holiday (107)

=NETWORKDAYS(A2,A3,A4:A6) Number of workdays between the start and end date
above, excluding every holiday above (105)

Thanks,
Roger

"PRIV" wrote:

> Here is my set up.
>
> Colum E has the date a visit was done and column G is empty until a report is
> handed in.
>
> I would like column G to turn red when the report is not handed in within 15
> days and to stay red when the date the report was finally put in to show that
> it was late.
>
> If there is a way to do this all your help would be mucha appreciated!!!
>
> Thanks in advance
>
>

 
Reply With Quote
 
PRIV via OfficeKB.com
Guest
Posts: n/a
 
      3rd Dec 2007
Hi Roger,

I think this is gonna be alot of work but I'm gonna try it. Since we will
have over 100 sites and from each site there are gonna be tons of reports
that are will come in at different times which means I am gonna have to
figure out which holidays fall where and figure out when each report is due.

Is there a way to create a formula to calculate 15 days after the date of
the scheduled visit?

Much Thanks

Roger Converse wrote:
>You could use one of these formulas. I am assuming you will also want to
>exclude holidays. You'll have to create that range and then update it
>yearly. You can put that in a worksheet and then hide the worksheet so no
>one gets confused.
>
>A1: Date Description
>A2: 10/01/2008 Start date of project
>A3: 3/01/2009 End date of project
>A4: 11/26/2008 Holiday
>A5: 12/4/2008 Holiday
>A6:1/21/2009 Holiday
>
>Formula Description (Result)
>
>=NETWORKDAYS(A2,A3) Number of workdays between the start and end date above
>(108)
>
>=NETWORKDAYS(A2,A3,A4) Number of workdays between the start and end date
>above, excluding the first holiday (107)
>
>=NETWORKDAYS(A2,A3,A4:A6) Number of workdays between the start and end date
>above, excluding every holiday above (105)
>
>Thanks,
>Roger
>
>> Here is my set up.
>>

>[quoted text clipped - 8 lines]
>>
>> Thanks in advance


--
Message posted via http://www.officekb.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
CALCULATE BETWEEN TWO DATES EXCLUDING WEEKENDS CYNTHIA Microsoft Excel Worksheet Functions 3 4th Dec 2009 02:15 AM
Counting dates but excluding weekends Sara Microsoft Excel Worksheet Functions 3 12th Aug 2008 11:28 AM
Vacation dates excluding weekends =?Utf-8?B?RA==?= Microsoft Outlook Calendar 2 28th Jul 2007 07:36 AM
Re: Setting target dates excluding weekends Charlie Microsoft Excel Misc 1 13th May 2004 08:26 AM
Re: Add dates excluding weekends Frank Kabel Microsoft Excel Worksheet Functions 2 22nd Mar 2004 09:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:54 PM.