Re: 2nd and 4th Wednesdays formula?
- From: "Gary's Student" <GarysStudent@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 4 Aug 2005 10:04:02 -0700
If your month is in cell C31 (4 for April as an example) then
=CHOOSE(WEEKDAY(DATE(2005,C31,1)),10,9,8,7,13,12,11)+DATE(2005,C31,1)
will return the date of the second Wednesday in that month; to get the
fourth Wednesday, just add 14 to each of the CHOOSE arguments
--
Gary's Student
"Bob Phillips" wrote:
> If you mean that you want every 14 days from a given Wednesday date, try
> this
>
> In A1, input your start date
> In A2, input =A1+14
> Then copy A2 down as far as you want to go.
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "lawdoggy" <lawdoggys3@xxxxxxxxxxx> wrote in message
> news:1123170452.363665.79330@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> > Hello,
> >
> > I need to figure out all the 2nd and 4th wednesdays for all year long.
> > These days are set and are used for the same purpose (training) so I
> > would like to be able to print a list instead of hunting down a
> > calendar and counting. Any help would be greatly appreciated!
> >
> > Thank you.....mitch
> >
>
>
>
.
- References:
- 2nd and 4th Wednesdays formula?
- From: lawdoggy
- Re: 2nd and 4th Wednesdays formula?
- From: Bob Phillips
- 2nd and 4th Wednesdays formula?
- Prev by Date: Re: Page Break
- Next by Date: Re: 2nd and 4th Wednesdays formula?
- Previous by thread: Re: 2nd and 4th Wednesdays formula?
- Next by thread: lookup and return range of cells
- Index(es):