Number of weeks countdown from today to start date
Hi!
I've searched other threads and haven't found a formula that works for me. I'm trying to create a countdown in weeks for events on a sheet to pull into a dashboard. I want to display the number of weeks from today's date to the event start date.
I tried this formula: =WEEKNUMBER(TODAY()) - WEEKNUMBER([Start Date]12) and since the Start Date was in 2024 it came back with negative number.
Thanks for you help!!
Best Answers
-
Try something like this:
=(TODAY() - [Start Date]@row) / 7
-
Try flipping the first part around so that you are subtracting today from the start date.
Answers
-
Try something like this:
=(TODAY() - [Start Date]@row) / 7
-
@Paul Newcome That came back with the correct number, but it was negative. How can I make it positive?
-
Try flipping the first part around so that you are subtracting today from the start date.
-
That worked, thank you!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!