PC Review


Reply
Thread Tools Rate Thread

Date Formula Excluding Weekends

 
 
Dvinechild
Guest
Posts: n/a
 
      2nd Apr 2008
Hello gang,
Looking for guidance on a desired formula that would reflect the following:

Objective:
Give consectuive dates per quarter(s) in column minus weekends.
i.e. = Tues, Apr 01
Wed, Apr 02 (or desired date format)

Parameters:
04/01/08 - 06/30/08

Result:
Should only reflect work week days (holidays are okay to include) but skip
weekends when drag/drop through the column.

Can't seem to come up with an equation to get this to work right.
 
Reply With Quote
 
 
 
 
FinRazel
Guest
Posts: n/a
 
      2nd Apr 2008
Try this:
if your starting date, 04/01/08, is entered in D1, enter the following
formula in D2
=IF(WEEKDAY(D1+1,2)<6,D1+1,IF(WEEKDAY(D1+1,2)=6,D1+3,""))

And then fill down
--
Anne Murray


"Dvinechild" wrote:

> Hello gang,
> Looking for guidance on a desired formula that would reflect the following:
>
> Objective:
> Give consectuive dates per quarter(s) in column minus weekends.
> i.e. = Tues, Apr 01
> Wed, Apr 02 (or desired date format)
>
> Parameters:
> 04/01/08 - 06/30/08
>
> Result:
> Should only reflect work week days (holidays are okay to include) but skip
> weekends when drag/drop through the column.
>
> Can't seem to come up with an equation to get this to work right.

 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      2nd Apr 2008
You could use the WORKDAY() function from the ATP addin or if you don't want
to install that try:

=A1+1+(WEEKDAY(A1+1,2)>5)*2

with your start date in A1

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"Dvinechild" <(E-Mail Removed)> wrote in message
news:EF01CA6E-7822-45B0-B2B1-(E-Mail Removed)...
> Hello gang,
> Looking for guidance on a desired formula that would reflect the
> following:
>
> Objective:
> Give consectuive dates per quarter(s) in column minus weekends.
> i.e. = Tues, Apr 01
> Wed, Apr 02 (or desired date format)
>
> Parameters:
> 04/01/08 - 06/30/08
>
> Result:
> Should only reflect work week days (holidays are okay to include) but skip
> weekends when drag/drop through the column.
>
> Can't seem to come up with an equation to get this to work right.
>



 
Reply With Quote
 
Dvinechild
Guest
Posts: n/a
 
      2nd Apr 2008
This works beautifully, thanks for the note.

"FinRazel" wrote:

> Try this:
> if your starting date, 04/01/08, is entered in D1, enter the following
> formula in D2
> =IF(WEEKDAY(D1+1,2)<6,D1+1,IF(WEEKDAY(D1+1,2)=6,D1+3,""))
>
> And then fill down
> --
> Anne Murray
>
>
> "Dvinechild" wrote:
>
> > Hello gang,
> > Looking for guidance on a desired formula that would reflect the following:
> >
> > Objective:
> > Give consectuive dates per quarter(s) in column minus weekends.
> > i.e. = Tues, Apr 01
> > Wed, Apr 02 (or desired date format)
> >
> > Parameters:
> > 04/01/08 - 06/30/08
> >
> > Result:
> > Should only reflect work week days (holidays are okay to include) but skip
> > weekends when drag/drop through the column.
> >
> > Can't seem to come up with an equation to get this to work right.

 
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
Access Ver 2.0 Adding days to a date to give target date excluding weekends? michael.nilsen@sgs.com Microsoft Access Macros 1 30th Nov 2006 02:20 AM
Access Ver 2.0 Adding days to a date to give target date excluding weekends? Michael Microsoft Access Forms 2 19th Nov 2006 10:52 PM
Access Ver 2.0 Adding days to a date to give target date excluding weekends? michael.nilsen@sgs.com Microsoft Access VBA Modules 1 19th Nov 2006 01:06 PM
Formula for adding days to a date excluding weekends and holidays? Jake via OfficeKB.com Microsoft Excel Misc 2 25th Jan 2006 08:03 PM
Formula - Excluding weekends & holidays =?Utf-8?B?Q29ubmllIE1hcnRpbg==?= Microsoft Excel Worksheet Functions 9 25th Feb 2005 04:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:18 PM.