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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!