Thread
:
How do I convert a date to Monday's date within its week?
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
Posts: 11,501
How do I convert a date to Monday's date within its week?
Try this in b1
=IF(WEEKDAY(A1)=1,A1-6,A1-(WEEKDAY(A1)-2))
Mike
"Sorsy" wrote:
How do I convert a date (from cell A1) to Monday's date within its week into
cell B1?
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H