VLookup - How to return Multiple rows AND Columns?

DUrekew

New Member
Joined
Jan 9, 2013
Messages
6
I have two sheets; Sheet 1) has a large qty of data in multiple rows and columns (Shipping Data), but the basic information I need to match to this sheet are the Part Numbers; they are confirmed to be the only part numbers with a certain material specification I'm interested in. Sheet 2) has the reject data, again multiple rows and colums (rows for incidents, columns for fields of USEFUl information for each incident). Is it possible to perform a VLookup that pulls every Incident & field for events that correspond to the part numbers listed in sheet 1)?

Any help is appreciated in advance!

Thanks, David!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
This is difficult without seeing the workbook / format. Have you tried using a INDEX & MATCH formula? Something like this:
=INDEX ( Column I want a return value from , ( MATCH ( My Lookup Value , Column I want to Lookup against , Enter “0″ ))
then hit CNTRL+SHFT+ENTER

If you can send the workbook, you can PM your email and I will respond where to send the workbook. I could easily do this with VBA if no easy insheet formula can be used.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,196,073
Messages
6,013,269
Members
441,758
Latest member
Abren

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