![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Sep 2003
Posts: 38
|
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 |
|
|
|
|
|
#2 |
|
MrExcel MVP
Moderator Join Date: Aug 2002
Posts: 14,114
|
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. |
|
|
|
|
|
#3 |
|
Join Date: Sep 2003
Posts: 38
|
Sorry, I should edit my original...I am looking at 2003, not 2004.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Moderator Join Date: Aug 2002
Posts: 14,114
|
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. |
|
|
|
|
|
#5 |
|
Join Date: Sep 2003
Posts: 38
|
That worked, sorry...I new it would be a simple one.
Thanks. |
|
|
|
|
|
#6 |
|
MrExcel MVP
Moderator Join Date: Aug 2002
Posts: 14,114
|
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. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|