Chosing a list of lists using a formula

Juizt

New Member
Joined
Oct 26, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I would like to be able to select a couple of items from list 1 and get whatever belongs to them in list 2 by chosing them in another column.
Example given below:

List1List2Chosen listOutput1Output2
ADogAADog
ACatCACat
BMouseCDog
CDogCMouse
CMouse
DCat
DMouse

I believe this can be done easily using a formula, but I can't seem to find the exact solution, as it keeps on dublicating the wrong output in Output2.
Thank you very much.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
How about
Fluff.xlsm
ABCDEFG
1List1List2Chosen listOutput1Output2
2ADogAADog
3ACatCACat
4BMouseCDog
5CDogCMouse
6CMouse
7DCat
8DMouse
9
Data
Cell Formulas
RangeFormula
F2:G5F2=FILTER(A2:B1000,ISNUMBER(MATCH(A2:A1000,D2:D10,0)))
Dynamic array formulas.
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,277
Members
449,093
Latest member
Vincent Khandagale

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