Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to get a formula that will, if I enter a date, show me the date
for the previous Monday. Eg I enter 12 Sept 2009 The formula shows the date of the previous Monday (10 Sept 2009). The keyed date could be any day of the week, but I always want the result to be Mondays date. Many thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200909/1 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
if the date was in cell G1 then this would return the previous Monday. =(G11)-(WEEKDAY(G11,3)) -- Kevin Smith :o) "Francois via OfficeKB.com" wrote: I am trying to get a formula that will, if I enter a date, show me the date for the previous Monday. Eg I enter 12 Sept 2009 The formula shows the date of the previous Monday (10 Sept 2009). The keyed date could be any day of the week, but I always want the result to be Mondays date. Many thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200909/1 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Kevin Smith wrote:
Hello, if the date was in cell G1 then this would return the previous Monday. =(G11)-(WEEKDAY(G11,3)) Excellent, Thanks a lot -- Message posted via http://www.officekb.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assist with formula | Excel Worksheet Functions | |||
Need Assist With Formula Creation | Excel Worksheet Functions | |||
Formula Assist | Excel Discussion (Misc queries) | |||
Rosters - is there a function or formula to assist with this | Excel Discussion (Misc queries) | |||
Making Array Formula, please assist! | Excel Worksheet Functions |