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.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
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")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 303 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!