Automatically Updating Inventory

dblizzle99

New Member
Joined
Jun 28, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am trying to set up a way to automatically update inventory numbers as production gets complete, and if anyone can help me that would be wonderful.

I'll create a basic example for this request. Lets say I have "1000" in cell A1 for the number of aluminum parts I have in stock, and cells A3:C8 is my production chart, as shown below:

1000
Part NumberAluminum Pcs NeededPart Built?
Part 11TRUE
Part 22TRUE
Part 33TRUE
Part 44FALSE
Part 55FALSE


My question is, is there a way to formulate an equation that automatically update my inventory number in Cell A1 as my parts are being built, or as the cells C4:C8 become TRUE?

Also, is this still possible if my inventory tracker (Cell A1) is on a different sheet than my production tracker (Cell A3:C8 in this example)?


Thanks for any help!!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
You could set up two worksheets as shown below.

1624927386771.png


1624927360548.png



Enter part name (part 1) in A2 and the following formula in B2 in STOCKS AVILABLE worksheet.

=SUMIFS(PRODUCTION!B:B,PRODUCTION!C:C,TRUE, PRODUCTION!A:A,'STOCKS AVAILABLE'!A2)

Kind regards

Saba
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,208
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top