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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!