WEEKNUMBER showing wrong week number?
I am using =(WEEKNUMBER([Start Date]@row) and have a start date of 01/02/21 -- it is returning a week number of 53? Help! :)
Best Answer
-
Odd that it’s resulting in 53, it should be 52 since that date is technically in the last week of 2020 based on how the function works.
Also you have an extra set of (), but I doubt this would cause a problem.
=WEEKNUMBER([Start Date]@row)
Answers
-
WEEKNUMBER Usage Notes
- Smartsheet calculates week numbers based on Mondays. Due to this, the first day of the year may not be in the first week of the year. For example, if January 1st is a Monday, WEEKNUMBER returns 1, however if it’s a Friday, WEEKNUMBER returns 52.
-
Odd that it’s resulting in 53, it should be 52 since that date is technically in the last week of 2020 based on how the function works.
Also you have an extra set of (), but I doubt this would cause a problem.
=WEEKNUMBER([Start Date]@row)
-
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!