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.

Screenshot 2025-03-26 155802.png Screenshot 2025-03-26 155853.png

Can anyone do this - I am struggling! LOL

Best Answer

  • KPH
    KPH 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!