Sum items selected in a drop down with cost on another sheet.
I am trying to create column that will return the total cost of item selected in a multi item drop down list. The price of the items are on another Smartsheet. I want the other sheet to stay separate so that it will be easy to change the cost later down the road without having to restructure the formula.
Basically I have a form for an equipment order where the user can select multiple items needed, I want a cost column to return the sum of all items selected in the equipment column so we can email this to the requestor.
Answers
-
Try this:
=SUMIFS({Price Range from Sheet 1}, {Item Range from Sheet 1}, HAS([Item Column used in form]@row, @cell) )
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!