Populate "Week of" based on Date entry
I want to auto populate "Week of" column based on the entry in "Date" column. If I enter "01/01/2025" in the date column, then the "Week of" column should populate "Week of 12/30/24" which is a Monday of that week.
Answers
-
You can do some math using the WEEKDAY function.
If your Smartsheet is set up with the weeks beginning on a Monday this formula should work:
=Date@row - WEEKDAY(Date@row)
If you have the week starting on Sunday, you will ned to add one day
=Date@row - WEEKDAY(Date@row)+1
Hope this helps.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 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!