MrExcel Message Board


Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old Mar 30th, 2004, 07:05 PM   #1
pennynikkel
 
Join Date: Sep 2003
Posts: 38
Default Easy Workday Question Need Help

Hi:

This will probably be an easy one for you... I have start date of May 19, 2003, and want to have a formula to enter the end date (45 working days later, should be July 18th).

I have start date in D3, and 45 in H3 and =WORKDAY(D3,H3), but get July 21st as the result, but it should be July 18th (I'm not worried about holidays).

What am I doing wrong?
TIA


Edited to be 2003
pennynikkel is offline   Reply With Quote
Old Mar 30th, 2004, 07:08 PM   #2
Joe4
MrExcel MVP
Moderator
 
Joe4's Avatar
 
Join Date: Aug 2002
Posts: 14,114
Default Re: Easy Workday Question Need Help

The formula looks right to me (should be 7/21/04).

How can July 18th, 2004 be correct? That is a Sunday, which is NOT a workday.
__________________
TIPS FOR FINDING EXCEL SOLUTIONS
1. Use the built-in Help that comes with Excel/Access
2. Use the Search functionality on this board
3. A lot of VBA code can be acquired by using the Macro Recorder.
Joe4 is offline   Reply With Quote
Old Mar 30th, 2004, 07:11 PM   #3
pennynikkel
 
Join Date: Sep 2003
Posts: 38
Default Re: Easy Workday Question Need Help

Sorry, I should edit my original...I am looking at 2003, not 2004.
pennynikkel is offline   Reply With Quote
Old Mar 30th, 2004, 07:14 PM   #4
Joe4
MrExcel MVP
Moderator
 
Joe4's Avatar
 
Join Date: Aug 2002
Posts: 14,114
Default Re: Easy Workday Question Need Help

Keep in mind that it does not count the current day. Hence, if you want to, you will need to subtract 1, i.e.:
=WORKDAY(D3,H3-1)
__________________
TIPS FOR FINDING EXCEL SOLUTIONS
1. Use the built-in Help that comes with Excel/Access
2. Use the Search functionality on this board
3. A lot of VBA code can be acquired by using the Macro Recorder.
Joe4 is offline   Reply With Quote
Old Mar 30th, 2004, 07:17 PM   #5
pennynikkel
 
Join Date: Sep 2003
Posts: 38
Default Re: Easy Workday Question Need Help

That worked, sorry...I new it would be a simple one.

Thanks.
pennynikkel is offline   Reply With Quote
Old Mar 30th, 2004, 07:18 PM   #6
Joe4
MrExcel MVP
Moderator
 
Joe4's Avatar
 
Join Date: Aug 2002
Posts: 14,114
Default Re: Easy Workday Question Need Help

No need to apologize! We are here to help!
__________________
TIPS FOR FINDING EXCEL SOLUTIONS
1. Use the built-in Help that comes with Excel/Access
2. Use the Search functionality on this board
3. A lot of VBA code can be acquired by using the Macro Recorder.
Joe4 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On

Forum Jump


All times are GMT +1. The time now is 12:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All contents Copyright 1998-2009 by MrExcel Consulting.