PC Review


Reply
Thread Tools Rate Thread

Date formula/help

 
 
Confusicous
Guest
Posts: n/a
 
      4th Jan 2010
I need to start with the date 12/28/2009 (monday) and drag down to 12/31/2010
(Friday) but I need to skip Saturday and Sunday. Is there an easy way to do
this?
 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      4th Jan 2010
Hi,

With your start date in a1, put this in B1 and drag down

=WORKDAY(A1,1)

If you get the name error then Tools\Addins and check the analysis toolpak

or without the ATP

=A1+1+CHOOSE(WEEKDAY(A1+1,2),0,0,0,0,0,2,1)

Mike

"Confusicous" wrote:

> I need to start with the date 12/28/2009 (monday) and drag down to 12/31/2010
> (Friday) but I need to skip Saturday and Sunday. Is there an easy way to do
> this?

 
Reply With Quote
 
clr
Guest
Posts: n/a
 
      4th Jan 2010
One way........
1-Fill the cells down for the year including the Saturdays and Sundays
2-Re-format the column to "Custom > dddd" so the names of the days will show
3-Data > Filter > Autofilter and choose "Saturday" from the dropdown
4-Delete those rows
5-Choose "Sunday" from the dropdown
6-Delete those rows
7-Data > Filter > Autofilter to return to normal
8-Reformat the column for the date style you prefer.

Vaya con Dios,
Chuck, CABGx3




"Confusicous" <(E-Mail Removed)> wrote in message
news1BBD2D2-9B39-420D-A0D7-(E-Mail Removed)...
>I need to start with the date 12/28/2009 (monday) and drag down to
>12/31/2010
> (Friday) but I need to skip Saturday and Sunday. Is there an easy way to
> do
> this?



 
Reply With Quote
 
Confusicous
Guest
Posts: n/a
 
      4th Jan 2010
Thanks a ton! Worked perfectly

"Mike H" wrote:

> Hi,
>
> With your start date in a1, put this in B1 and drag down
>
> =WORKDAY(A1,1)
>
> If you get the name error then Tools\Addins and check the analysis toolpak
>
> or without the ATP
>
> =A1+1+CHOOSE(WEEKDAY(A1+1,2),0,0,0,0,0,2,1)
>
> Mike
>
> "Confusicous" wrote:
>
> > I need to start with the date 12/28/2009 (monday) and drag down to 12/31/2010
> > (Friday) but I need to skip Saturday and Sunday. Is there an easy way to do
> > this?

 
Reply With Quote
 
clr
Guest
Posts: n/a
 
      4th Jan 2010
If that don't beat all............pretty cool Mike

Vaya con Dios,
Chuck, CABGx3




"Mike H" <(E-Mail Removed)> wrote in message
news:3F42FCCC-70A4-4E10-92C7-(E-Mail Removed)...
> Hi,
>
> With your start date in a1, put this in B1 and drag down
>
> =WORKDAY(A1,1)
>
> If you get the name error then Tools\Addins and check the analysis toolpak
>
> or without the ATP
>
> =A1+1+CHOOSE(WEEKDAY(A1+1,2),0,0,0,0,0,2,1)
>
> Mike
>
> "Confusicous" wrote:
>
>> I need to start with the date 12/28/2009 (monday) and drag down to
>> 12/31/2010
>> (Friday) but I need to skip Saturday and Sunday. Is there an easy way to
>> do
>> this?



 
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
::: Date Comparison Problem or Date Formula or Date Macro ::: infojacques@gmail.com Microsoft Excel Discussion 3 13th Jul 2007 10:08 AM
Create Formula - Add # of Networkdays to a specific start date to find an end date bdicarlo1@yahoo.com Microsoft Excel Discussion 3 9th Jan 2007 12:40 PM
Create Formula - Add # of Networkdays to a specific start date to find an end date bdicarlo1@yahoo.com Microsoft Excel Discussion 0 8th Jan 2007 11:32 PM
Re: Excel Formula to calulate number of days passed from date to date Nick Hodge Microsoft Excel Misc 0 4th Jan 2007 09:17 PM
Re: Excel Formula to calulate number of days passed from date to date Roger Govier Microsoft Excel Misc 0 4th Jan 2007 09:14 PM


Features
 

Advertising
 

Newsgroups
 


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