Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 140
Default Workday function question

I am slightly confused with the Workday function and would appreciate advice.
If I have paid someone to work 21 days (Monday to Fridays, weekends
(Saturday and Sunday) excluded, starting work on 1st February 2010 then I
would expect their last working day to be 1st March 2010.

Using the Workday function (not including holidays) then I get an answer of
2nd March 2010. As below
=WORKDAY(DATE(2010,2,1),21)

To get my required date then I have to put -1 at the end. Is this correct?

--
with kind regards

Spike
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Workday function question

Yes.

Date calculations exclude the starting day. If you tell someone you will see
them in 2 days, and today is Monday, they assume you mean you will see them
on Wednesday. But if you've worked each of those days, you've worked 3 days.

If you want to include the starting day, you need to adjust your calculation
by 1.

Regards,
Fred

"Spike" wrote in message
...
I am slightly confused with the Workday function and would appreciate
advice.
If I have paid someone to work 21 days (Monday to Fridays, weekends
(Saturday and Sunday) excluded, starting work on 1st February 2010 then I
would expect their last working day to be 1st March 2010.

Using the Workday function (not including holidays) then I get an answer
of
2nd March 2010. As below
=WORKDAY(DATE(2010,2,1),21)

To get my required date then I have to put -1 at the end. Is this
correct?

--
with kind regards

Spike


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Workday function question

Hi,

To get my required date then I have to put -1 at the end. Is this correct?


No

The workday function excludes the start date so Excel is giving the correct
answer. Subtracting 1 'could' work but it could produce anomolies and have
the finish date as a Sunday. To make it effectively include the start date
you subtract 1 from that date and not from the formula result

=WORKDAY(DATE(2010,2,1)-1,21)

--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Spike" wrote:

I am slightly confused with the Workday function and would appreciate advice.
If I have paid someone to work 21 days (Monday to Fridays, weekends
(Saturday and Sunday) excluded, starting work on 1st February 2010 then I
would expect their last working day to be 1st March 2010.

Using the Workday function (not including holidays) then I get an answer of
2nd March 2010. As below
=WORKDAY(DATE(2010,2,1),21)

To get my required date then I have to put -1 at the end. Is this correct?

--
with kind regards

Spike

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 formula question notanexcelguru Excel Discussion (Misc queries) 3 May 9th 08 03:33 PM
Workday function RUSH2CROCHET Excel Discussion (Misc queries) 4 May 17th 06 07:34 PM
Workday function 4110 Excel Worksheet Functions 0 January 19th 06 03:02 PM
Workday Function Question PA Excel Worksheet Functions 2 July 16th 05 03:08 AM
How do I get the WORKDAY function? jorfo Excel Discussion (Misc queries) 1 December 4th 04 11:01 PM


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