Forum Discussion
Creating a filtered table via a contains function
Hello,
I have an urgent question for which I could really use some help.
Basically, I have a huge amount of data pulling in from an external resource, which is great.
I have say, 3000 companies and for them, investor data.
Company Investor
Apple Rafa
Microsoft Bill
Acer John
Tito Rafa, Niko
Logitech Dino
Then, I have a seperate list of 'key investors. Lets say this list is
1) Rafa
2) Bill
How do I get to a table that shows me the companies filtered by the investors in this list of 2 priority people as above?
Company Investor
Apple Rafa
Microsoft Bill
Tito Rafa, Niko
I think it has something to do with the contains function,...but really don't get this at all. Any help would be much appreciated - on a strict deadline for this task.