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 / February 2008

Tip: Looking for answers? Try searching our database.

Given today's date, I want this week's Monday's date

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
BlueWolvering - 12 Feb 2008 16:00 GMT
Hello

I cannot find a good way to extract this week's monday's date.  I want the
sheet to read Today() and return the date of the monday of this week.  I
would prefer to NOT do this in VBA but that is an option.  

I consider myself a pretty advanced Excel/VBA user so please unload.

I am using Excel 2003 with NO ability to switch versions.

Also, I am generally regarding Monday to start a week, such that the week is
MTWThFSaSu.

Thank you!
Mike H - 12 Feb 2008 16:14 GMT
With today in A1 try

=A1+CHOOSE(WEEKDAY(A1),1,0,-1,-2,-3,-4,-5)

Mike

> Hello
>
[quoted text clipped - 10 lines]
>
> Thank you!
Ron Rosenfeld - 12 Feb 2008 16:20 GMT
>Hello
>
[quoted text clipped - 10 lines]
>
>Thank you!

If I understand you correctly, this should do what you want:

=A1+1-WEEKDAY(A1+6)

will return the preceding Monday, unless A1 is a Monday, in which case it will
return the same date.

Substitute TODAY() for A1 to work on today's date.
--ron
T. Valko - 12 Feb 2008 18:16 GMT
Another one:

=TODAY()-WEEKDAY(TODAY(),3)

Or:

A1 =TODAY()

=A1-WEEKDAY(A1,3)

Signature

Biff
Microsoft Excel MVP

> Hello
>
[quoted text clipped - 11 lines]
>
> Thank you!
 
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



©2008 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.