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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!