Re: WORKDAY returns too late a date
- From: "Earl Kiosterud" <someone@xxxxxxxxxxx>
- Date: Fri, 15 Jul 2005 14:02:10 -0400
Mich,
WORKDAY calculates a date based on a simple date difference. For example
WORKDAY(7/1, 1) would yield 7/2 (I've left out the formula semantics). But
you want to give it inclusive dates, not simple difference dates. So just
subtract 1 from your inclusive count).
=WORKDAY("12/5/05", 5-1)
--
Earl Kiosterud
www.smokeylake.com
"M Skabialka" <mskabialka@xxxxxxxxxxxxx> wrote in message
news:OoXrTKWiFHA.3568@xxxxxxxxxxxxxxxxxxxxxxx
> When I use the formula
> =WORKDAY("12/5/05",4) it returns 12/9/05
> and
> =WORKDAY("12/5/05",5) returns 12/12/05
>
> What I really need is a formula that will let me add 5 days (or whatever)
> to a date, count that date as the first day, then return the date that
> would be the 5th date.
>
> e.g.
> 12/5/05, 5
> 12/5/05, 12/6/05, 12/7/05, 12/8/05, 12/9/05
> so it should return 12/9/05, not 12/12/05
> =WORKDAY("12/5/05",5)-1 returns 12/11/05, so this is not the answer.
>
> I also have a range of holidays in the formula but that is not an issue
> here.
>
> Can anyone help me with this formula? I seldom use Excel, so this is
> quite baffling to me.
>
> Thanks,
> Mich
>
>
>
>
.
- Follow-Ups:
- Re: WORKDAY returns too late a date
- From: M Skabialka
- Re: WORKDAY returns too late a date
- References:
- WORKDAY returns too late a date
- From: M Skabialka
- WORKDAY returns too late a date
- Prev by Date: Re: WORKDAY returns too late a date
- Next by Date: Re: Formula for Filter
- Previous by thread: Re: WORKDAY returns too late a date
- Next by thread: Re: WORKDAY returns too late a date
- Index(es):
Relevant Pages
|