drom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 543
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and thanks in advance!
In our company the week number goes from Wednesday to Tuesday
Check the Following table:
I would like to have a formula to get the Week number I put manually in Column B
I have been trying
Thanks again
In our company the week number goes from Wednesday to Tuesday
Check the Following table:
Row/Col | A | B | C |
1 | DATE | Desired WeekNumber | Formula? |
2 | 2020-Dec-23 Wednesday | 52 | |
3 | 2020-Dec-24 Thursday | 52 | |
4 | 2020-Dec-25 Friday | 52 | |
5 | 2020-Dec-26 Saturday | 52 | |
6 | 2020-Dec-27 Sunday | 52 | |
7 | 2020-Dec-28 Monday | 52 | |
8 | 2020-Dec-29 Tuesday | 52 | |
9 | 2020-Dec-30 Wednesday | 53 | |
10 | 2020-Dec-31 Thursday | 53 | |
11 | 2021-Jan-01 Friday | 53 | |
12 | 2021-Jan-02 Saturday | 53 | |
13 | 2021-Jan-03 Sunday | 53 | |
14 | 2021-Jan-04 Monday | 53 | |
15 | 2021-Jan-05 Tuesday | 53 | |
16 | 2021-Jan-06 Wednesday | 1 | |
17 | 2021-Jan-07 Thursday | 1 |
I would like to have a formula to get the Week number I put manually in Column B
I have been trying
- =WEEKNUM($A2, 1)
- =WEEKNUM($A2, 2)
- =WEEKNUM($A2, 11)
- =WEEKNUM($A2, 12)
- =WEEKNUM($A2, 13)
- =WEEKNUM($A2, 14)
- =WEEKNUM($A2, 15)
- =WEEKNUM($A2, 16)
- =WEEKNUM($A2, 17)
- =WEEKNUM($A2, 21)
- =ISOWEEKNUM($A2)
- from the 2021-Jan-04 Monday
Thanks again