extract or subtract

kettle

New Member
Joined
Nov 15, 2002
Messages
1
I have two inventory lists, one is the full inventory and the other is a bill of material for one product. I want to be able to extract or subtract the bill of material of the one product from the full inventory to see potential obsolete inventory.

Any ideas?

Thanks!

Jim D.
This message was edited by kettle on 2002-11-16 16:26
This message was edited by kettle on 2002-11-16 16:29
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
It sounds like an array formula will do the job, but I cannot give you a solution without more specifics - ie the length of the lists, the columns involved etc.

It sounds like you want to do the following:

sum((WholeInventory=BillOfMaterial)*(Unitswhole-UnitsBill)) but I suspect that there are other columns involved.
 
Upvote 0
You may need to use the VLOOKUP function to find the inventory that will be made obsolete.

Just VLOOKUP the volumes/values of the Product's materials in the full list.

Post more info if you need more help

HTH
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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