Formula to add incoming inventory to existing inventory?

Options

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

  • David Tutwiler
    David Tutwiler Overachievers Alumni
    Options

    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

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!