Sum of Row if Row Meets Certain Criteria
Hello, I've been driving myself insane trying to figure out how to complete this function. I'm trying to sum up a total number of hours for a resource. For instance, a resource will choose a project they're working on from the drop down and input the hours spent on the project in a different column.
I'm trying to get a total count of hours for each project (drop-down) entered. So, in this resource's spreadsheet/timesheet, we have a total number of hours worked on each project based on the amount of hours they inputted into the "hours" column.
Best Answer
-
Try something like this...
=SUMIFS({Source Sheet Hours Column}, {Source Sheet Project Column}, "Project A", {Source Sheet Name Column}, "John Doe")
Answers
-
Try something like this...
=SUMIFS({Source Sheet Hours Column}, {Source Sheet Project Column}, "Project A", {Source Sheet Name Column}, "John Doe")
-
Absolute wizardry, thank you, it worked!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!