drom
Active Member
- Joined
- Mar 20, 2005
- Messages
- 498
- Office Version
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and Thanks in advance
I have a Column with DATES
I need a colum with YYYY-WW, check Column Expected
To get the correct WeekNumber we have to use =WEEKNUM(DATE;21)
But accodng to this the Weeknumber the Year has to be modified manually (because I do not know how to do this by formula)
Have a look at this
The real Sheet is gonna have only 2 Columns DATE and Formula
Any help ?
I have a Column with DATES
I need a colum with YYYY-WW, check Column Expected
To get the correct WeekNumber we have to use =WEEKNUM(DATE;21)
But accodng to this the Weeknumber the Year has to be modified manually (because I do not know how to do this by formula)
Have a look at this
The real Sheet is gonna have only 2 Columns DATE and Formula
DAY | MONTH | YEAR | DATE | WeekNumber WEEKNUM(F14;$21) | Expected (YYYY-WW) | Formula?? |
01 | 01 | 2019 | 2019-Jan-01 Tuesday | 01 | 2019-01 | |
02 | 01 | 2019 | 2019-Jan-02 Wednesday | 01 | 2019-01 | |
03 | 01 | 2019 | 2019-Jan-03 Thursday | 01 | 2019-01 | |
04 | 01 | 2019 | 2019-Jan-04 Friday | 01 | 2019-01 | |
05 | 01 | 2019 | 2019-Jan-05 Saturday | 01 | 2019-01 | |
06 | 01 | 2019 | 2019-Jan-06 Sunday | 01 | 2019-01 | |
29 | 12 | 2019 | 2019-Dec-29 Sunday | 52 | 2019-52 | |
30 | 12 | 2019 | 2019-Dec-30 Monday | 01 | 2020-01 | |
31 | 12 | 2019 | 2019-Dec-31 Tuesday | 01 | 2020-01 | |
01 | 01 | 2020 | 2020-Jan-01 Wednesday | 01 | 2020-01 | |
02 | 01 | 2020 | 2020-Jan-02 Thursday | 01 | 2020-01 | |
29 | 12 | 2020 | 2020-Dec-29 Tuesday | 53 | 2020-53 | |
30 | 12 | 2020 | 2020-Dec-30 Wednesday | 53 | 2020-53 | |
31 | 12 | 2020 | 2020-Dec-31 Thursday | 53 | 2020-53 | |
01 | 01 | 2021 | 2021-Jan-01 Friday | 53 | 2020-53 | |
02 | 01 | 2021 | 2021-Jan-02 Saturday | 53 | 2020-53 | |
03 | 01 | 2021 | 2021-Jan-03 Sunday | 53 | 2020-53 | |
29 | 12 | 2021 | 2021-Dec-29 Wednesday | 52 | 2021-52 | |
30 | 12 | 2021 | 2021-Dec-30 Thursday | 52 | 2021-52 | |
31 | 12 | 2021 | 2021-Dec-31 Friday | 52 | 2022-01 | |
01 | 01 | 2022 | 2022-Jan-01 Saturday | 52 | 2022-01 | |
02 | 01 | 2022 | 2022-Jan-02 Sunday | 52 | 2022-01 | |
03 | 01 | 2022 | 2022-Jan-03 Monday | 01 | 2022-01 | |
Any help ?