Adding & Subtracting in a row

I'm using this formula to total a row but I also need to subtract a column from the total of this formula. How can I had the column I need to subtract from the total?

=SUM([On Hand Inventory]@row, Received@row, Returned@row)

Best Answer

  • KPH
    KPH ✭✭✭✭✭✭
    Answer ✓

    If your column to subtract is called Lost then your formula would be

    =SUM([On Hand Inventory]@row, Received@row, Returned@row)-Lost@row

    This will add up the values on the current row in the column On Hand Inventory, Received, and Returned and subtract the value in the Lost column.

Answers

  • KPH
    KPH ✭✭✭✭✭✭
    Answer ✓

    If your column to subtract is called Lost then your formula would be

    =SUM([On Hand Inventory]@row, Received@row, Returned@row)-Lost@row

    This will add up the values on the current row in the column On Hand Inventory, Received, and Returned and subtract the value in the Lost column.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!