View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default How do I convert a date to Monday's date within its week?

One way:

=1-WEEKDAY(A1,2)+A1

--
Biff
Microsoft Excel MVP


"Sorsy" wrote in message
...
How do I convert a date (from cell A1) to Monday's date within its week
into
cell B1?