Sum if unique names only
Hi there, I have a rollup sheet that adds the amounts if the names are unique. I get the names with a vlookup formula to get them from the source file. The source file has the names entered multiple times but their amounts are the same. I identify unique names with a formula that places the #1 in the column CountUniques. If it finds the name multiple times, that formula changes to a different number.
How can I add the amounts to include only one name if multiples exist? I am stomped on this one.
Thank you in advance.
Best Answer
-
Try something like this...
=IF(CountUniques@row = 1, SUMIFS(Amount:Amount, CountUniques:CountUniques, @cell = 1, Names:Names, @cell = Names@row))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Try something like this...
=IF(CountUniques@row = 1, SUMIFS(Amount:Amount, CountUniques:CountUniques, @cell = 1, Names:Names, @cell = Names@row))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Thank you for the quick response Paul. I will try your formula as soon as I can.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 378 Global Discussions
- 208 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
- 289 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!