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 Question

A) I have a sheet with a drop-down menu that I would like a cell to "find" in another sheet and give me that description.

THEN

B) IN the Bse Price Column, I need it to go find the price for that model id and feed to that cell

THEN

C) I have the add-on column and need it to go find the price for the ones I have selected from the add-ons column, add them up, and put the total in the add-on's price column.

Can anyone do this - I am struggling! LOL

Best Answer

  • Community Champion
    Answer ✓

    When your column name contains a space you must use square brackets around the name in the formula:

    Try this:

    =SUMIF({products Range 2}, CONTAINS(@cell, [Model ID]@row ), {products Range 3})

«1

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions