A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Perpetual 1st Wed



 
 
Thread Tools Display Modes
  #1  
Old February 7th, 2010, 01:23 PM posted to microsoft.public.excel.worksheet.functions
Keyrookie[_50_]
external usenet poster
 
Posts: 1
Default Perpetual 1st Wed


Hey all,

What is the formula that always shows the 1st Wednesday of the month?
I am wanting to have the date of the the first Wed. of the month always
appear in cell B7. When the month changes I want the date in cell B7 to
change.

Thanks




--
Keyrookie
  #2  
Old February 7th, 2010, 02:20 PM posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
external usenet poster
 
Posts: 3,719
Default Perpetual 1st Wed

On Sun, 7 Feb 2010 13:23:31 +0000, Keyrookie
wrote:


Hey all,

What is the formula that always shows the 1st Wednesday of the month?
I am wanting to have the date of the the first Wed. of the month always
appear in cell B7. When the month changes I want the date in cell B7 to
change.

Thanks


B7:

=TODAY()-DAY(TODAY())+8-WEEKDAY(TODAY()-DAY(TODAY())-3)



--ron
  #3  
Old February 7th, 2010, 02:44 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default Perpetual 1st Wed

Hi,

Try this

=TODAY()-DAY(TODAY())+8-WEEKDAY(TODAY()-DAY(TODAY())-3)
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Keyrookie" wrote:


Hey all,

What is the formula that always shows the 1st Wednesday of the month?
I am wanting to have the date of the the first Wed. of the month always
appear in cell B7. When the month changes I want the date in cell B7 to
change.

Thanks




--
Keyrookie
.

  #4  
Old February 7th, 2010, 09:57 PM posted to microsoft.public.excel.worksheet.functions
Keyrookie[_51_]
external usenet poster
 
Posts: 1
Default Perpetual 1st Wed


Thanks to you both. I love this forum!

Keyrookie


Mike H;925773 Wrote:
Hi,

Try this

=TODAY()-DAY(TODAY())+8-WEEKDAY(TODAY()-DAY(TODAY())-3)
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis
that
introduces the fewest assumptions while still sufficiently answering
the
question.


"Keyrookie" wrote:
-

Hey all,

What is the formula that always shows the 1st Wednesday of the month?


I am wanting to have the date of the the first Wed. of the month

always
appear in cell B7. When the month changes I want the date in cell B7

to
change.

Thanks




--
Keyrookie
.
-





--
Keyrookie
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.