Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2006

Tip: Looking for answers? Try searching our database.

Dates

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Barbara - 20 Mar 2006 18:38 GMT
I need to calculate the (for example) first Wednesday of every month, given
the date April 5, 2006 is entered in a cell.  How do I calculate the new
date, the first Wednesday in May (May 3, 2006)?    
David Billigmeier - 20 Mar 2006 18:57 GMT
This will work.  Currently outputs the first Wednesday of the month of the
date entered in cell A1.

=DATE(YEAR(A1),MONTH(A1),1+MOD(4-WEEKDAY(DATE(YEAR(A1),MONTH(A1),1)),7))

Signature

Regards,
Dave

> I need to calculate the (for example) first Wednesday of every month, given
> the date April 5, 2006 is entered in a cell.  How do I calculate the new
> date, the first Wednesday in May (May 3, 2006)?    
daddylonglegs - 20 Mar 2006 18:59 GMT
If you have April 5, 2006 in A1 then in A2 copied down use this formula

=A1+35-(DAY(A1+28)<9)*
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.