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
-
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
-
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
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!