Give this formula a try...
=A1+6-WEEKDAY(A1)
Rick
Thank you so much Rick. It works perfectly
> Give this formula a try...
>
[quoted text clipped - 10 lines]
> > help.
> > Thank you.
On Thu, 20 Sep 2007 02:00:20 -0400, "Rick Rothstein \(MVP - VB\)"
<rickNOSPAMnews@NOSPAMcomcast.net> wrote:
>Give this formula a try...
>
[quoted text clipped - 10 lines]
>> help.
>> Thank you.
I'm not sure if it's what the OP wants, but your formula:
Saturday, Sep 01, 2007 --> Friday, Aug 31, 2007
Whereas
=A1+7-WEEKDAY(A1-6)
Saturday, Sep 01, 2007 --> Friday, Sep 07, 2007
--ron
Rick Rothstein (MVP - VB) - 20 Sep 2007 15:00 GMT
>>Give this formula a try...
>>
[quoted text clipped - 23 lines]
>
> Saturday, Sep 01, 2007 --> Friday, Sep 07, 2007
That's a fair point. My impression when I first read the OP's post was that
his dates where weekdays only (no weekends), but that is only a gut-feeling.
Rick