Looking for a means of keeping an updated "automatic" inventory
Is there a formula I could use that would:
1.) When "Complete?" is checked on the right side…
2.) Subtract the "Units Requested" with respect to "Lot" from the left side and populate the "Remaining Inventory"
The idea is to have a master inventory sheet that will show remaining inventories while having a secondary sheet that will serve as a place for all inventory requests using a form.
Answers
-
=[Initial Inventory]@row - SUMIFS({Units Requested}, {Lot}, Lot@row, {Complete},1)
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
-
Hi!
You could use a SUMIFs formula there, and reference the necessary columns from your secondary sheet.
It would look something like:
=[Initial Inventory]@row - SUMIFS({Units Requested column from your secondary sheet}, {Lot column from your secondary sheet}, Lot@row, {Complete? Column from your secondary sheet}, 1)
A slight variation: you could consider adding a column on your Master Inventory for "Completed requests" and put the SUMIFS formula in that column. Then, just subtract the "Completed requests" total from the initial inventory. Same result, but you'll see the numbers more clearly and can make sure the formula is working as intended. :)
Hope that helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!