I have 2 tables where 1 of them is missing a lot of information. How to make a table where this is filled out?

RedAppl3

New Member
Joined
Mar 6, 2018
Messages
4
Hi guys.
I have a table with hundreds of thousands of article numbers connected to customer numbers. All our article numbers comes in different sizes, but many customers have some sizes registered, but are missing some.

I have 2 tables:
1. With all the article numbers with the customer numbers connected
2. All article numbers with all the available sizes

Is it possible to make a table where the customers get all the sizes to the article numbers the already have registered?

OS: Windows
Excel: 2016
VBA: Preferably not


[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Article Number[/TD]
[TD]Customer number[/TD]
[/TR]
[TR]
[TD]011.0400-9[/TD]
[TD]999[/TD]
[/TR]
[TR]
[TD]011.0400-11[/TD]
[TD]999[/TD]
[/TR]
[TR]
[TD]011.0744k-8[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]412.499-11[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]412.499-10[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]412.499-9[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]412.499-12[/TD]
[TD]1001[/TD]
[/TR]
[TR]
[TD]412.499-11[/TD]
[TD]1001[/TD]
[/TR]
[TR]
[TD]412.499-10[/TD]
[TD]1001[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Article Number
[/TD]
[TD]Sizes
[/TD]
[/TR]
[TR]
[TD]011.0400-8[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]011.0400-9[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]011.0400-10[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]011.0400-11[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]011.0400-12[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]412.499-9[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]412.499-10[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]412.499-11[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]412.499-12[/TD]
[TD]12[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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