Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Anyone know how to calculate the last day of the calendar week? Assuming
that you have a date in A1, I need to calculate the last day of the week (Sunday is first day), for the week that contains the date in A1. Cheers, Job |
#2
![]() |
|||
|
|||
![]()
=A1+7-WEEKDAY(A1)
HTH Jason Atlanta, GA -----Original Message----- Anyone know how to calculate the last day of the calendar week? Assuming that you have a date in A1, I need to calculate the last day of the week (Sunday is first day), for the week that contains the date in A1. Cheers, Job . |
#3
![]() |
|||
|
|||
![]()
Perfect! Thanks Jason.
"Jason Morin" wrote in message ... =A1+7-WEEKDAY(A1) HTH Jason Atlanta, GA -----Original Message----- Anyone know how to calculate the last day of the calendar week? Assuming that you have a date in A1, I need to calculate the last day of the week (Sunday is first day), for the week that contains the date in A1. Cheers, Job . |
#4
![]() |
|||
|
|||
![]()
So you want the coming Saturday except if the date is Saturday?
with the date in A1 =A1+7-WEEKDAY(A1) -- Regards, Peo Sjoblom "Job" wrote in message ... Anyone know how to calculate the last day of the calendar week? Assuming that you have a date in A1, I need to calculate the last day of the week (Sunday is first day), for the week that contains the date in A1. Cheers, Job |
#5
![]() |
|||
|
|||
![]()
On Wed, 9 Mar 2005 08:51:11 -0700, "Job" wrote:
Anyone know how to calculate the last day of the calendar week? Assuming that you have a date in A1, I need to calculate the last day of the week (Sunday is first day), for the week that contains the date in A1. Cheers, Job I guess if Sunday is the first day, that Saturday must be the last day of the week? =A1+7-WEEKDAY(A1) --ron |
#6
![]() |
|||
|
|||
![]()
see response in programming
-- HTH RP (remove nothere from the email address if mailing direct) "Job" wrote in message ... Anyone know how to calculate the last day of the calendar week? Assuming that you have a date in A1, I need to calculate the last day of the week (Sunday is first day), for the week that contains the date in A1. Cheers, Job |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to get 52 week hi/lo data for UK stocks | Excel Worksheet Functions | |||
Line or bar graphs for tracking stocks profit and loss. | Charts and Charting in Excel | |||
I need week number in excell from a date, first week must be mini. | Excel Discussion (Misc queries) | |||
Convert week number into calendar month? | Excel Worksheet Functions | |||
first week of year - according to european standard | Excel Worksheet Functions |