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
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!