Hello,
Looking do do a vlookup to pull back multiple records for the same lookup value. for example in sheet1 starting A1[TABLE="width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Vendor[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]11237[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to lookup all values that start with 11237 in sheet2 starting A1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Vendor ship[/TD]
[/TR]
[TR]
[TD]11237-00001
[/TD]
[/TR]
[TR]
[TD]11237-00003
[/TD]
[/TR]
[TR]
[TD]11237-00002[/TD]
[/TR]
[TR]
[TD]18716-00001
[/TD]
[/TR]
[TR]
[TD]18213-00004[/TD]
[/TR]
[TR]
[TD]19173-00001[/TD]
[/TR]
</tbody>[/TABLE]
So I want it to pull back
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Vendor[/TD]
[TD]Vendor ship[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]11237[/TD]
[TD]11237-00001[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]11237-00003[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]11237-00002[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help would be much appreciated.
Looking do do a vlookup to pull back multiple records for the same lookup value. for example in sheet1 starting A1[TABLE="width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Vendor[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]11237[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to lookup all values that start with 11237 in sheet2 starting A1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Vendor ship[/TD]
[/TR]
[TR]
[TD]11237-00001
[/TD]
[/TR]
[TR]
[TD]11237-00003
[/TD]
[/TR]
[TR]
[TD]11237-00002[/TD]
[/TR]
[TR]
[TD]18716-00001
[/TD]
[/TR]
[TR]
[TD]18213-00004[/TD]
[/TR]
[TR]
[TD]19173-00001[/TD]
[/TR]
</tbody>[/TABLE]
So I want it to pull back
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Vendor[/TD]
[TD]Vendor ship[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]11237[/TD]
[TD]11237-00001[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]11237-00003[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]11237-00002[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help would be much appreciated.