How to Sum Values in Multiple Rows in a Table and place the Sum in another column.
In this example here, I would like to sum the (Amount * Freq) for each occurrence of a Name and place the total sum in the SUM column for each row with that Name. How can I accomplish this?
(10 * 1) + (5 * 2) + (54 * 1) = 74.
Seems very simplistic but can't seem to get the formula close at all.
Ultimately I want to reference the Sum in another sheet via cell link without having to do cross-sheet references.
Thanks
Answers
-
You can create another helper column which calculates only sum and in the Sum Column you can implement the formula.
Add this formula in the helper column - =Amount@row * Freq@row
And add the formula In the Sum column - =SUMIF(Name:Name, Name@row, Helper:Helper)
I hope this solves your issue.
Regards
Amit Wadhwani, Smartsheet CoE, Ignatiuz Software, Exton, PA
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!