Good morning!
I need some help breaking something into steps.
I am fine with the logic of both VLOOKUP and INDEX MATCH, but:
Simplified Example:
I have a worksheet with 100k lines. Each line contains a client and details of a document that belongs to the client.
We have 1000 clients with 100 documents each, but I am only interested in finding the documents belonging to 500 of them.
There is a unique identifier for the Client, and I have my list of 500, but each client owns multiple documents.
How can I build a formula that will look at my list of 500 clients and then return the entire row for ALL rows in my worksheet that contain ANY of the desired Client Refs?
(Using my example, I would have 100 documents returned for CN1, then another 100 for client CN2 and so on. The order they are returned doesn't matter)
I've tried Google, and found I can use INDEX MATCH and an array to achieve what I want for ONE client with multiple entries, but how do I do all 500 at once?
Thanks for any help!
I need some help breaking something into steps.
I am fine with the logic of both VLOOKUP and INDEX MATCH, but:
Simplified Example:
I have a worksheet with 100k lines. Each line contains a client and details of a document that belongs to the client.
We have 1000 clients with 100 documents each, but I am only interested in finding the documents belonging to 500 of them.
There is a unique identifier for the Client, and I have my list of 500, but each client owns multiple documents.
How can I build a formula that will look at my list of 500 clients and then return the entire row for ALL rows in my worksheet that contain ANY of the desired Client Refs?
(Using my example, I would have 100 documents returned for CN1, then another 100 for client CN2 and so on. The order they are returned doesn't matter)
I've tried Google, and found I can use INDEX MATCH and an array to achieve what I want for ONE client with multiple entries, but how do I do all 500 at once?
Thanks for any help!