WEEKNUMBER showing wrong week number?

CarolDF00
ββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!