S
Scott
Hi
I have two lists, one is shorter than the other. I need to make a third list that contains only items that are in both lists. Let's say that column A is my short list (about 2,000 entries), column B is my long list (about 20,000 entries), and I'm going to make column C a list only of items that are in both lists. I don't even know where to start. Any ideas
Also, the entries in column A may change depending on user input, so of course the new column C needs to reflect the change as well. Column B can also change, but usually doesn't
Thanks in advance
Scott
I have two lists, one is shorter than the other. I need to make a third list that contains only items that are in both lists. Let's say that column A is my short list (about 2,000 entries), column B is my long list (about 20,000 entries), and I'm going to make column C a list only of items that are in both lists. I don't even know where to start. Any ideas
Also, the entries in column A may change depending on user input, so of course the new column C needs to reflect the change as well. Column B can also change, but usually doesn't
Thanks in advance
Scott