Filter Help

Copper Contributor

Hello,

What I am trying to do seems like it should be simple but I am having a hard time. All I need is for columns 1 and 2 to show me the contents of A and C respectively anytime column B matches anything in column N.

So from this:

ABCN12
x1b1  
y2a3  
y1a   
y3b   
x2b   
x1a   
x3a   

to:

ABCN12
x1b1xb
y2a3ya
y1a yb
y3b xa
x2b xa
x1a   
x3a   


I was able to do this for a single line that matched the first row in N but that was as far as I could get.

I tried mixing XLOOKUP with FILTER but that wouldn't account for multiple values in N. I tried using CHOOSEROW and XMATCH but I couldn't seem to get non-adjacent columns to come back.
My example is simplifying; I actually have 25 columns and need 11 of them to show anytime the 13th of them has the same value another, specific cell. There are nearly 5000 rows and I need approximately 400 of them to populate.

Please help?

1 Reply

@alielle3 The attached file contains a rather straightforward solution for your simplified example. See if you can adapt to your real data.