Formula to add incoming inventory to existing inventory?
Hello,
I am trying to figure out a formula for my inventory sheet. I am trying to create an automatic formula that when a shipment is marked received, it will update the inventory sheet. I thought it would look like =SUMIFS({Customer Order Tracking & History Range 1}="Received"AND{Inventory Management 2.0 Range 1}@row ) so that it matched the incoming to the inventory name
Answers
-
I think it's just a placement issue. The AND() should come before. It would look like:
=SUMIF(AND({Customer Order Tracking & History Range 1}="Received",{Inventory Management 2.0 Range 1}@row))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!