Master Detail with Pivots

optikconnex

New Member
Joined
Jan 22, 2010
Messages
2
I have a shipping table that shows what part to ship. I have another table that shows all the bins and on-hand quantities for that part. I want to make a master-detail report that shows the Part Number shipping info and shows all the details for the bin.

I cannot use a vlookup as that obviously only returns the one bin result. I know I can use some vba code but hoping there is an easier way.

Maybe using index,find,match, and offset?

Example:
Sheet one contains this info.


PartNum LineDesc NeedByDate OrderNum ShipToNum CustNum OrderQty
000tb0001 122772 3.00x10.00x1.38 STEERING CYL. 6/14/2011 72377 1 3 30


Sheet 2 contains this info:
PartNum WHE BinNum OnhandQty
000tb0001 SPL 3p131 1
000tb0001 TC1 0001 8
000tb0001 TC1 kn305 10
 
Last edited:

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi,

Welcome to MrExcel.

Is this what you want?....


Excel Workbook
ABCDEFG
1PartNumLineDescNeedByDateOrderNumShipToNumCustNumOrderQty
2000tb0001122772 3.00x10.00x1.38 STEERING CYL.6/14/11723771330
Sheet1



Excel Workbook
ABCD
1PartNumWHEBinNumOnhandQty
2000tb0001SPL3p1311
3000tb0001TC118
4000tb0001TC1kn30510
Sheet2


Excel Workbook
ABC
1PartNumBinNum3
2000tb00013p131*
3*1*
4*kn305*
Master



The formula in B2 needs entering with ctrl shift enter NOT enter.
You can then copy the formula down. You will need to change the ranges to suit your data.

I hope that works for you.

Ak
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,946
Latest member
JoseDavid

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