Hi,
I have a start date of 2 Jan 07 in A1 - the 1st Tuesday of the month.
How can I get the cells below populated with the dates of the 1st, 3rd
and 5th Tuesdays of every month?
Tks, Ricky
Ron Rosenfeld - 12 Jun 2007 02:52 GMT
>Hi,
>
[quoted text clipped - 4 lines]
>
>Tks, Ricky
A2: =A1+7
Fill down as far as required.
--ron
Rick Rothstein (MVP - VB) - 12 Jun 2007 03:10 GMT
>>I have a start date of 2 Jan 07 in A1 - the 1st Tuesday of the month.
>>
[quoted text clipped - 4 lines]
>
> A2: =A1+7
+14 ???
Rick
Ron Rosenfeld - 12 Jun 2007 03:54 GMT
On Mon, 11 Jun 2007 22:10:24 -0400, "Rick Rothstein \(MVP - VB\)"
<rickNOSPAMnews@NOSPAMcomcast.net> wrote:
>>>I have a start date of 2 Jan 07 in A1 - the 1st Tuesday of the month.
>>>
[quoted text clipped - 8 lines]
>
>Rick
Duh, of course <hand slapping forehead>
--ron
Ron Rosenfeld - 12 Jun 2007 04:07 GMT
On Mon, 11 Jun 2007 22:10:24 -0400, "Rick Rothstein \(MVP - VB\)"
<rickNOSPAMnews@NOSPAMcomcast.net> wrote:
>>>I have a start date of 2 Jan 07 in A1 - the 1st Tuesday of the month.
>>>
[quoted text clipped - 8 lines]
>
>Rick
Actually, no, that would be wrong. As was my initial.
--ron
Ron Rosenfeld - 12 Jun 2007 04:07 GMT
>Hi,
>
[quoted text clipped - 4 lines]
>
>Tks, Ricky
Sorry, my first answer was incorrect.
Try this:
=A1+7+7*(MONTH(A1+7)=MONTH(A1))
--ron
Rick - 12 Jun 2007 04:08 GMT
Geez, I feel very embarrassed to have posted that question!
Thanks Ron/Rick for your responses.
Ricky
(smacking his forehead after realizing the solution)
>Hi,
>
[quoted text clipped - 4 lines]
>
>Tks, Ricky
Ron Rosenfeld - 12 Jun 2007 04:31 GMT
>Geez, I feel very embarrassed to have posted that question!
>
[quoted text clipped - 11 lines]
>>
>>Tks, Ricky
Best to check my last answer.
--ron
Rick Rothstein (MVP - VB) - 12 Jun 2007 04:44 GMT
> Geez, I feel very embarrassed to have posted that question!
Don't be... initially, we were both wrong. However, Ron came up with the
correct formula afterwards.... check out his other responses.
Rick
Rick - 12 Jun 2007 14:05 GMT
Thanks for that formula Ron.
I just camne home form work ready to post the question again with
"that won't work".
But you guys already realised that!
Cheers, Ricky