Lookup mixed with a Filter formula

Dazzybeeguy

Board Regular
Joined
Jan 6, 2022
Messages
88
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
If I have say a Drop down list in A1 with say 5 in that list

And in say C1 to G1 it has those 5 headings

So in C2 to C7 it has 5 names
And this is repeated in D2:G:7

What formula in say B1 would look at the value in A1 and give me the list below the relevant headings in C1:G1

I hope that makes sense
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
How about
Excel Formula:
=XLOOKUP(A1,C1:G1,C2:G7,"")
 
Upvote 0
Solution
XLOOKUP if you are using 365.

Or INDEX/MATCH if you are not using 365.
 
Upvote 0
How about
Excel Formula:
=TOCOL(XLOOKUP(A1,C1:G1,C2:G7,""),1)
 
Upvote 0

Forum statistics

Threads
1,221,531
Messages
6,160,353
Members
451,640
Latest member
idavies1402

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