Reference another sheet to return quantities from multiple rows
Hi all -
I am building sheets with corresponding forms to allow individuals to receive and distribute supplies across several locations.
What I need: a master inventory sheet reference other sheets, specifically for an item name and the quantities received. The quantities received will have multiple continuous entries (rows) over time, owing to the forms used to receive these items.
When I utilize VLOOKUP it will only return the first match it finds:
What formula, or combination of, could be used to return those totals from multiple rows?
Thank you.
Best Answer
-
Hi @priley89
It sounds like a SUMIF Function would work for you!
A SUMIF works like this:
=SUMIF({Column with Criteria}, "Criteria", {Column to Sum})
So in your case, something like this:
=SUMIF({Total Received Column}, [Item Name]@row, {Item Name Column})
Let me know if this returns your expected result.
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Answers
-
Hi @priley89
It sounds like a SUMIF Function would work for you!
A SUMIF works like this:
=SUMIF({Column with Criteria}, "Criteria", {Column to Sum})
So in your case, something like this:
=SUMIF({Total Received Column}, [Item Name]@row, {Item Name Column})
Let me know if this returns your expected result.
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Thank you very much for the prompt response!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!