Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Formula to Evaluate Multi-Selection and Sum Individual Associated Values

I may be asking too much in terms of formula functionality, but here is my goal / question:

I have the following columns:

Item - These are items that can be selected by the user, multiple items are allowed

Price - Price per item

User Selection - Received from a form

Total Cost - The cost of the selection(s)

I am using an Index / Match function to pull data into Total Cost:

=INDEX(Price1:Price3, MATCH([User Selection (Multi-Select Drop Down)]@row, Item1:Item3, 1))

Can I / How Can I get a total Cost for the situation where multiple selections are made (Option A and Option B)?

Thoughts?

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions