Sum Duration by Weeknumber
I have the following columns that pertain to my formula:
Week Target - has a number (no formula that represents the target week of the year)
Duration (minutes) - this has how many minutes each task will take.
I want to create 3 sheet summary formulas that show a total of the hours of tasks set for for Last week, this week and next week.
For the current week, I've tried the following: =SUMIFS(WEEKNUMBER([Week Target]:[Week Target])@row = WEEKNUMBER(TODAY()), [Duration (minutes)]:[Duration (minutes)]) / 60)
What is wrong in this formula or is there a better way to do this?
Where do I add the -1 for last week's formula?
Answers
-
Hi @Andrea Westrich ,
Try:
=SUMIFS( [Duration (minutes)]:[Duration (minutes)]), [week target]:[week target], WEEKNUMBER(today(-7)) / 60)
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!