Can Vlookup deliver multiple responses from a column?

jpxlhelp

New Member
Joined
Oct 30, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
  3. Mobile
  4. Web
Hi, i'm a novice user of XL, but frequently use a vlookup formula when comparing my workbooks. I'm struggling to sort through my worksheets and am needing to show the contents of EACH of the cells that corelate to a specific cell.

For example:

Individual IDFruit
1Banana
2Apple
1Kiwi


My spreadsheet is about 1000x rows, so sorting by each individual ID is not a preferred option. How else can I have a list of the IDs but pull each of the fruit that correlate to that individual ID?
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Your example is not sufficient to offer up a specific solution. However, if I am understanding you correctly then you will want to use the merge query (table/range) functions within Power Query which is found on the Data Tab of the Ribbon and referred to as Get and Transform Data.
 
Upvote 0
Maybe use the FILTER function.
Book2
ABCDEF
1Individual IDFruitID12
21BananaBananaApple
32AppleKiwi
41Kiwi
Sheet1
Cell Formulas
RangeFormula
E2:E3,F2E2=FILTER($B$2:$B$4,$A$2:$A$4=E$1)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,072
Messages
6,122,966
Members
449,094
Latest member
Anshu121

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