Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 2 Sep 2009 07:28:08 -0700, Neil Pearce
wrote: All, Column A contains a list of dates. Is there a means by which I can list the weekending date, which is always a Sunday, adjacent to the dates in column B? Thanking you in advance, Neil Sean's solution will give you the subsequent Sunday if you enter a Sunday. e.g. Sunday, April 12, 2009 -- Sunday, April 19, 2009\ Since your next week does not begin until Monday, you might want to return the same date if the subject date is a Sunday, For that, use: =A1+7-WEEKDAY(A1+6) Oh, and this does NOT require the ATP. It is a native Excel function. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weekending Function | Excel Worksheet Functions | |||
Weekending Saturday | Excel Worksheet Functions | |||
Weekending date issue | Excel Discussion (Misc queries) | |||
Rounding Dates to the 1st? | Excel Discussion (Misc queries) | |||
Summing weekending dates | Excel Worksheet Functions |