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
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!