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
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!