Need an equation I cant seem to find anywhere else

2clacaze

New Member
Joined
May 26, 2016
Messages
28
I work for a powder-coat paint company and I have an inventory log that displays type (Hemlock green, Black 08, etc.) and weight in lbs. of all the stock on hand. This is in an excel workbook across several worksheets, separated by general color (green, black,etc.) on each sheet.
Like so.

Sherwin Williams BK08 52
BK43 5
BK162 14
Plascoat Satin Black 9
Hartford Black 63
Rodda 80% Gloss Black 14

etc. etc. etc.

Every few days, the guys in the back who do the coating will bring me a log sheet that states how much and of what color they used so I can keep the inventory up to date, and know when to order more. What I want to do is add another column in which I can enter the amount of powder they used, or the amount shipped in and it will calculate a current value to update.

i.e. Sherwin Williams BK08 52 3
becomes Sherwin Williams BK08 49
It is usually simple math, but this way it alleviates any errors by trying to fill in information in an automated way.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi,

This is probably just something to get you started setting up your log:


Excel 2010
ABCDEFGH
1Usage (lbs)
2Paint TypeStart Inventory (lbs)Current Inventory (lbs)Week 1Week 2Week 3Week 4Week 5
3Sherwin Williams BK08524732
4BK435311
5BK16214923
6Plascoat Satin Black972
7Hartford Black6351435
8Rodda 80% Gloss Black141022
Sheet1
Cell Formulas
RangeFormula
C3=B3-SUM(D3:H3)

C3 formula copied down.
 
Upvote 0
The worksheets already existed before I became an employee here, in the format listed above. I simply need to add another column with an equation that I can enter in the amount of powder used and it will change the number in the log without having to go in and do math on every single one.
 
Upvote 0
The worksheets already existed before I became an employee here, in the format listed above. I simply need to add another column with an equation that I can enter in the amount of powder used and it will change the number in the log without having to go in and do math on every single one.

Does that mean it does the job for you, or you need additional help?
 
Upvote 0
I still need additional help. I can't change the entire format of the Excel worksheets, I simply have to come up with a way to change the entries with one more entry. Explained in layout under first post. So that i can work down a column entering powder usage or weight shipped in, and it recalculates the total. All my equations fail because the cell i want to subtract from is also the cell i want to change after entering usage.
 
Upvote 0

Forum statistics

Threads
1,215,518
Messages
6,125,293
Members
449,218
Latest member
Excel Master

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