Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
European Summer Time starts this Sunday (the last Sunday in March).
Does anyone know of any formulae to compute the start and finish dates automatically for the current year please? TIA V |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() http://www.greenwichmeantime.com/time-zone/rules/eu.htm Victor Delta wrote: European Summer Time starts this Sunday (the last Sunday in March). Does anyone know of any formulae to compute the start and finish dates automatically for the current year please? TIA V |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Bob I" wrote in message
... http://www.greenwichmeantime.com/time-zone/rules/eu.htm Victor Delta wrote: European Summer Time starts this Sunday (the last Sunday in March). Does anyone know of any formulae to compute the start and finish dates automatically for the current year please? TIA V Bob Many thanks for that - a very interesting website. However, I was hoping someone would have a couple of formulae for calculating the dates of the last Sundays in March and October. V |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Victor Delta wrote: "Bob I" wrote in message ... http://www.greenwichmeantime.com/time-zone/rules/eu.htm Victor Delta wrote: European Summer Time starts this Sunday (the last Sunday in March). Does anyone know of any formulae to compute the start and finish dates automatically for the current year please? TIA V Bob Many thanks for that - a very interesting website. However, I was hoping someone would have a couple of formulae for calculating the dates of the last Sundays in March and October. V I think I'd work with EOM and WEEKDAY to back into it. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Tue, 23 Mar 2010 21:00:28 -0000, "Victor Delta" wrote:
Many thanks for that - a very interesting website. However, I was hoping someone would have a couple of formulae for calculating the dates of the last Sundays in March and October. With the Year in A1: Last Sunday in March: =DATE($A$1,4,1)-WEEKDAY(DATE($A$1,4,1)-1) Last Sunday in October =DATE($A$1,11,1)-WEEKDAY(DATE($A$1,11,1)-1) --ron |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Ron Rosenfeld" wrote in message
... On Tue, 23 Mar 2010 21:00:28 -0000, "Victor Delta" wrote: Many thanks for that - a very interesting website. However, I was hoping someone would have a couple of formulae for calculating the dates of the last Sundays in March and October. With the Year in A1: Last Sunday in March: =DATE($A$1,4,1)-WEEKDAY(DATE($A$1,4,1)-1) Last Sunday in October =DATE($A$1,11,1)-WEEKDAY(DATE($A$1,11,1)-1) Ron Many thanks, V |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 24 Mar 2010 23:37:06 -0000, "Victor Delta" wrote:
Ron Many thanks, V Glad to help. Thanks for the feedback. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I auto-convert European dates to US dates? | Excel Worksheet Functions | |||
Calculate lead time for a non european country | Excel Discussion (Misc queries) | |||
How do I convert US style dates to European style? | Excel Discussion (Misc queries) | |||
CONVERT DATES FROM EUROPEAN FORMAT TO US FORMAT | New Users to Excel | |||
Any way to force European format dates in sheets? | New Users to Excel |