V
Venice
Hi
I have 2 list array in the following collumns (both list are not sorted)
Array 1:
A - list of city names
B -list of language
Array2:
C - list of city names
D -list of language
I'd like to match array 1 & array 2, so in column E it will show "True" if a
city have the same language on both list and "False" if languages of the same
city is not matching. Any idea how to formulate this?
I have 2 list array in the following collumns (both list are not sorted)
Array 1:
A - list of city names
B -list of language
Array2:
C - list of city names
D -list of language
I'd like to match array 1 & array 2, so in column E it will show "True" if a
city have the same language on both list and "False" if languages of the same
city is not matching. Any idea how to formulate this?