Adding an additional requirement to a formula

We have been using this formula to add up the hours spent working specific clients -- been working fine. We have also been asking what category of work they have been completing at these clients but haven't been utilizing the data.
=SUMIF({Kinsman - Job#1}, [Scope of Work]@row, {Kinsman - Hours#1})
I now need to add an additional requirement off of this data from the sheet. For example: this current formula asks how many hours did you spend working a specific client. Now I need to solve for how many hours were spent on the specific tasks that has been gathered for each client. I can't seem to amend the formula to add on an additional requirement.
Any ideas??
Thanks for any help you can offer!
Comments
-
Try using a SUMIFS (with an "S") instead.
=SUMIFS(range to sum, criteria range 1, criteria 1, criteria range 2, criteria 2, ........................)
.
Just keep in mind the syntax change. In SUMIF the range to sum is last. In SUMIFS the range to sum is first.
-
Can't seem to make it work. Need to define the number of hours broken down for jobs. This is what I have currently tried:
=SUMIFS({Kinsman - Hours #1}, {Kinsman - Job#1}, [Scope of Work]@row, {Kinsman - Detail#1}, "Shop"})
-
You just have an extra curly bracket after "Shop".
Change
"Shop"})
to
"Shop")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!