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
- 63.7K Get Help
- 405 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!