IF condition is true, copy a value into another column

Options

I have a sheet where multiple people have to approve an item before it is 'approved'. I am needing to copy a cell from the Cost column into the pending, approved, or rejected column based on the current status.


So if the P/R/A column equals "P" I need the $ in the cost column to populate in the Pending Cost Column, etc. TIA!


Best Answer

  • Intern98
    Intern98 ✭✭✭
    Answer ✓
    Options

    under "X" column

    =IF([P/R/A]@row="X",[Cost]@row,"")

    inplace of x input: p, r or a for each respective columns

    Do replace the " apostrophes" if any error occurs.

Answers

  • Intern98
    Intern98 ✭✭✭
    Answer ✓
    Options

    under "X" column

    =IF([P/R/A]@row="X",[Cost]@row,"")

    inplace of x input: p, r or a for each respective columns

    Do replace the " apostrophes" if any error occurs.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!