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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!