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
- 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
Check out the Formula Handbook template!