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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 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!