C
cardsfan
I have two lists of items. The first is, for example 50 items - List A. I
want to look at another list (shorter, say 10 items - List B). I want to see
what items in List A have a matching item in List B and return a value in
that row.
I have not been able to match items from lists of different sizes, unless
List A is shorter than List B, rather than the other way around? Is there a
way I can do this?
Thanks for your help
want to look at another list (shorter, say 10 items - List B). I want to see
what items in List A have a matching item in List B and return a value in
that row.
I have not been able to match items from lists of different sizes, unless
List A is shorter than List B, rather than the other way around? Is there a
way I can do this?
Thanks for your help