I have a list of values lets say its
A
B
C
D
and I got to compare with 3 lists
list 1 : A
G
H
list 2 : B
C
Z
list 3 : D
Y
W
I was using COUNTIF to compare the values and though I managed to compare the list of values to one list, I can't seem to combine it with a OR function to check if this value is not in list 1 is this value in list 2 and so on.
The desired result is
A list1
B list2
C list2
D list3
i will have another column to tell me which value is in which list.
Please help ..
A
B
C
D
and I got to compare with 3 lists
list 1 : A
G
H
list 2 : B
C
Z
list 3 : D
Y
W
I was using COUNTIF to compare the values and though I managed to compare the list of values to one list, I can't seem to combine it with a OR function to check if this value is not in list 1 is this value in list 2 and so on.
The desired result is
A list1
B list2
C list2
D list3
i will have another column to tell me which value is in which list.
Please help ..