Grouping and Summary

I am working within the .gov site of Smartsheets and I currently can't group or do a summary on a report. Does anyone have any ideas of how to accomplish this by way of using formulas directly on a sheet? This may seem straightforward, but I have been trying formulas with no good results. I have 5 techs who account for their work on the sheet. I need to group each tech, and add up the numbers for each tech (Completed Work).
Example below: Amy would have a count of 14
Best Answer
-
On a separate sheet you would list all of the techs in one column and then use a SUMIFS with cross sheet references in another column.
=SUMIFS({Count}, {Name}, @cell = Name@row)
Answers
-
On a separate sheet you would list all of the techs in one column and then use a SUMIFS with cross sheet references in another column.
=SUMIFS({Count}, {Name}, @cell = Name@row)
-
Thank you so much!! That helped me get to the final formula!! Mine looks a bit different due to other factors, but it did work!!
Thanks Again!!
Help Article Resources
Categories
Check out the Formula Handbook template!