How to change first week number from Jan 1 to July 3 ?
How to change first week number from Jan 1 to July 3 ?
Answers
-
Pretty sure we need more information
-
Week number function is return 1 if January 1 but I need to return 1 if July first week of July.
If I try to use the formula WEEKNUMBER(A1) - 26
A1 = 07/09/21 --> return 1
A1 = 12/31/21 --> return 26
A1 = 01/07/22 --> return 25
-
Hi @ntpss
Try using an IF statement, like so:
=IF(WEEKNUMBER([Date Column]@row) - 26 > 0, WEEKNUMBER([Date Column]@row) - 26, WEEKNUMBER([Date Column]@row) + 26)
It will either subtract 26 or add 26 depending on where the date is in relation to the first week of July.
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
-
No problem! I'm glad I could help 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!