Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Auto Fill Weekdays Only

Look at the Workdays function (it is in the analysis toolpak, so you would
need to have that installed).

--
Regards,
Tom Ogilvy

"Berto88" wrote in message
...
Hey,

I'm new with excess and trying to use it to estimate the days between

stages at a construction site. For example, Starting Date of Excavation is
6/2/04...I need it to calculate 10 days from that date and not land on a
weekend. If 10 days did land on a weekend then it would just get bumped to
the monday. Please help if you can. Thank you.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Auto Fill Weekdays Only

As Frank pointed out, the function is WORKDAY rather than WORKDAYS.

See Excel help for details.

--
Regards,
Tom Ogilvy

"Tom Ogilvy" wrote in message
...
Look at the Workdays function (it is in the analysis toolpak, so you

would
need to have that installed).

--
Regards,
Tom Ogilvy

"Berto88" wrote in message
...
Hey,

I'm new with excess and trying to use it to estimate the days between

stages at a construction site. For example, Starting Date of Excavation is
6/2/04...I need it to calculate 10 days from that date and not land on a
weekend. If 10 days did land on a weekend then it would just get bumped to
the monday. Please help if you can. Thank you.




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Auto Fill Weekdays Only

Hi Berto88!

No!

=WORKDAY(G12,$B$13)
Format (eg) dd-mmm-yyyy

Where G12 contains the date you want to add the number of days in B13.

If you have a range of dates containing holidays that you name
HolidayRange, you can use:

=WORKDAY(G12,$B$13,HolidayRange)

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

"Berto88" wrote in message
...
so if I wanted to get the date for a workday 10 days later it would
be "=WORKDAY(+G12+$B$13)" ?



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
fill series by weekdays in XL 2007 Lisa Hetherington Excel Discussion (Misc queries) 1 November 9th 07 05:54 AM
Auto-populate, Auto-copy or Auto-fill? Jay S. Excel Worksheet Functions 4 August 10th 07 09:04 PM
using auto fill edit or fill handel fill handle or auto fill Excel Worksheet Functions 0 February 10th 06 07:01 PM
Fill dates with weekdays/workdays only DJ Bjorklund Excel Worksheet Functions 1 January 18th 05 04:48 PM
Auto Fill Weekdays Only Frank Kabel Excel Programming 0 June 16th 04 04:20 PM


All times are GMT +1. The time now is 02:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"