How to reference a cell to get multiple data in a named range

SanctiMortem

New Member
Joined
Sep 29, 2016
Messages
6
Hi,

I've been trying to find anything related to my question but all I get is multiple results that match the same reference. Ex. If a have
NameColor
John
Green
DaveRed
MattRed

<tbody>
</tbody>

I would look for red and I would get "Dave" and "Matt".

What I am looking for is:

If I have several lists like this
JohnDave
BlueGreen
RedPurple
YellowPotato

<tbody>
</tbody>
each of the lists is named ranged to the name so, blue, red yellow cells are named "John".
And I need to be able to look for John and get the "blue, red, yellow" as a result. and if I look for Dave I get "Green, purple, potato"
Each list can be smaller or larger than the other, and each name has a completely different list. I already have a index-match to find all the information about that name, except for this part, which I can't figure out how to do it.

Please any help would be greatly appreciated!! thank you!!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,214,991
Messages
6,122,628
Members
449,095
Latest member
bsb1122

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