Hi all, I am trying to calculate the sum of hours worked on certain accounts across multiple rows an
Answers
-
Hi Addison! It's possible you hit enter without finishing your question. Could you provide more information?
-
Thank you Emily! Below is my question:
Hi all, I am trying to calculate the sum of hours worked on certain accounts when entered across multiple rows and ideally would have that sum filtered into another sheet or report. Can anyone advise on how to do that?
-
@Addison Clark is all of the data in the same column? If so, you would be able to do a sumif and use a value that would be a trigger.
Here is an example that I have in use. This pulls data from the Job Engagements (Employee Time Cards) sheet and collates every data entry that matches the assigned job number, and pulls the value from the total shift pay column. This gives us the total pay sum for all members of the team that work on any job.
=SUMIF({Job Engagements}, [Job #]@row, {Total Shift Pay})
Smartsheet Community Champion and Ambassador
If my answer helped you, please be sure to mark it as Accepted to help future learners locate the information.
-
Thanks for your response @Colleen Patterson! Yes, all the data is in the same column. I tried using the formula you gave but keep getting an error. What does the (Job Engagements) piece reference for yours? I'm trying to find the sum of hours spent on a specific account and to have that number filter into another sheet where it would show only one row for each account with the total hours spent. The way I tried ordering the formula using the "reference another sheet function" was =SUMIF((Account)@row, (Hours spent))
-
In my example, the {Job Engagements} references the source sheet that my destination sheet is looking at to find those rows.
So in your destination sheet you would do:
=SUMIF({Name of source sheet},Account@row, {Hours spent})
You need curly brackets for anything you are seeking from a source sheet or source column. The parenthesis is for same sheet references. In this, I am assuming that you have a column in both sheets that has the Account label with the same data available, is that correct? In my prior example Job # is a column that is labeled and available in both locations.
Smartsheet Community Champion and Ambassador
If my answer helped you, please be sure to mark it as Accepted to help future learners locate the information.
-
@Colleen Patterson Got it to work! Thanks so much for your help!
-
@Addison Clark Glad to hear it!
Smartsheet Community Champion and Ambassador
If my answer helped you, please be sure to mark it as Accepted to help future learners locate the information.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!