#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Workday Formula?

Hi

You don't need the square brackets around hols.
=WORKDAY(H19, -10, hols)
--
Regards

Roger Govier


"bdehning" wrote in message
...
Great post but I am using the following and getting an error.

=WORKDAY(H19, -10, [hols]) and I have created range HOLS which are
all the
cells with the Holidays.

Fomula works fine without HOLS but when I add it I get the error.

Help Please.
--
Brian


"AdamV" wrote:

I think you just have a minor syntax / typo issue.

But, to clear things up before we go any further:
WORKDAY works out what date is X days after (minus = before) a given
start
date, ignoring wekends and optional holidays
NETWORKDAYS does the opposite - works out how many days are between
two
given dates, excluding weekends and hols.

So, it sounds like WORKDAY is what you need, but you want to go
backwards.
That's fine, but your arguments still need to be separated by a
comma, so you
want something like:
=WORKDAY(EndDate, -NumDays, [Hols])
NOTE the comma after EndDate - you can't do "EndDate-NumDays" or
there are
too few arguments (or rather the first holiday in your list would get
included as NumDays, and may well be out of range)

(apologies if your missed comma was a typo in the forum, rather than
in your
actual spreadsheet formula)

As mentioned above, watch out for whether you include or exclude the
end
date and modify accordingly (this depends on your business model,
there's no
'right' answer)

As an aside - make sure you use a named range to point at your list
of
holidays so you can easily modify to keep up with changes as you add
for
future years.
--
Adam Vero
MCP, MOS Master, MLSS, CWNA
http://veroblog.wordpress.com
http://www.meteorit.co.uk


"Fernbars" wrote:

I've been trying to develop a production schedule in Excel. I'd
like to put
an end date and have Excel calculate each activities' start date
based on the
number of days needed. I can do a simple subtraction formula (end
date-#of
days) however that does not take into account weekends and
holidays. I tried
the Workday function but that didn't work.

Suggestions are most appreciated. Thank you!



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
Workday function linked in an argument of If formula. dribler2 Excel Worksheet Functions 13 December 23rd 06 11:00 PM
WORKDAY() and probably more Epinn New Users to Excel 19 September 24th 06 01:19 PM
Workday Help mhart210 Excel Discussion (Misc queries) 3 July 10th 06 03:20 PM
WORKDAY formula in excel AMHud Excel Worksheet Functions 2 December 14th 05 08:04 PM
=SUM((B7+2),IF($D7>0.Workday,($D7+E$8,Holidays!$C4:$C11$),'''')) Spear Excel Worksheet Functions 2 October 3rd 05 09:37 PM


All times are GMT +1. The time now is 11:04 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"