Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How can I set a function to show the date for the Monday of the current week?
-- Thank-you and all suggestions are appreciated. |
#2
![]() |
|||
|
|||
![]()
Sorry for the inconvience found my solution at
http://www.mvps.org/dmcritchie/excel/datetime.htm Thanks "Anauna" wrote: How can I set a function to show the date for the Monday of the current week? -- Thank-you and all suggestions are appreciated. |
#3
![]() |
|||
|
|||
![]()
Hi
to return the date of the monday prior to any date you can use the following formula =A1-(WEEKDAY(A1,2)-1) (where A1 holds the date you're interested in) therefore to return the date of the monday of the current week just substitute today() for A1 =Today()-(Weekday(today(),2)-1) Cheers JulieD "Anauna" wrote in message ... How can I set a function to show the date for the Monday of the current week? -- Thank-you and all suggestions are appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Overdue function, Macro, or VBS | Excel Discussion (Misc queries) | |||
Today() or Date() function help | Excel Discussion (Misc queries) | |||
Excel :Save date function | Excel Worksheet Functions | |||
Excel Date Function | Excel Worksheet Functions | |||
Formula for date function | Excel Worksheet Functions |