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
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
-
No problem! I'm glad I could help 🙂
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!