View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Given today's date, I want this week's Monday's date

With today in A1 try

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

Mike

"BlueWolvering" wrote:

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!