#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default HELP

I have a date that I would like to add 28 working days to. I don't want to
include the weekend days in the calculations. So May 19, 2008 plus 28
working days would be ???? I need a formula for my worksheet. Can you help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default HELP

=workday(a1,28)
(where a1 contained the May 19, 2008 date)

But if you're using xl2003 or below, you'll need to have the Analysis toolpak
loaded (under tools|Addins).

Excel's help for =workday() has more info.

Pfizer Gal wrote:

I have a date that I would like to add 28 working days to. I don't want to
include the weekend days in the calculations. So May 19, 2008 plus 28
working days would be ???? I need a formula for my worksheet. Can you help.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default HELP

A1 = 5/19/2008

=WORKDAY(A1,28)

Format as DATE

See Excel help on the WORKDAY function.

--
Biff
Microsoft Excel MVP


"Pfizer Gal" <Pfizer wrote in message
...
I have a date that I would like to add 28 working days to. I don't want to
include the weekend days in the calculations. So May 19, 2008 plus 28
working days would be ???? I need a formula for my worksheet. Can you
help.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default HELP

=WORKDAY(A1,28) and format the result to suit.
--
David Biddulph

"Pfizer Gal" <Pfizer wrote in message
...
I have a date that I would like to add 28 working days to. I don't want to
include the weekend days in the calculations. So May 19, 2008 plus 28
working days would be ???? I need a formula for my worksheet. Can you
help.



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



All times are GMT +1. The time now is 05:37 AM.

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"