Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am looking for a date function that will return the Monday for the week in
which the given date is in. For example cell A1 has the date 2-13-2008 (a Wednesday) I would like to have a function that would return 2-11-2008 (Monday). Any ideas? Thanks in advance!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1-WEEKDAY(A1)+2
Tyro "Charles" wrote in message ... I am looking for a date function that will return the Monday for the week in which the given date is in. For example cell A1 has the date 2-13-2008 (a Wednesday) I would like to have a function that would return 2-11-2008 (Monday). Any ideas? Thanks in advance!! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1-MOD(A1-2,7)
"Charles" wrote: I am looking for a date function that will return the Monday for the week in which the given date is in. For example cell A1 has the date 2-13-2008 (a Wednesday) I would like to have a function that would return 2-11-2008 (Monday). Any ideas? Thanks in advance!! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Your formula puts Sunday in the preceding week. In the U.S. Sunday is the
first day of the week. But, as I don't know where the OP is, I don't know what the OP considers the week starting/ending day to be. Tyro "Teethless mama" wrote in message ... =A1-MOD(A1-2,7) "Charles" wrote: I am looking for a date function that will return the Monday for the week in which the given date is in. For example cell A1 has the date 2-13-2008 (a Wednesday) I would like to have a function that would return 2-11-2008 (Monday). Any ideas? Thanks in advance!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date function in ACCRINTM requires date format not available | Excel Worksheet Functions | |||
MAX figure within a date range as a function of today()'s date | Excel Worksheet Functions | |||
SUMIF within date range as a function of today()'s date | Excel Worksheet Functions | |||
Date Function formula that will return the date of a specific week | Excel Worksheet Functions | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions |