Hi,
There are some values in coloumn A and coloumn B . The solution is just to simply get the duplicate values from coloumn A and B , and then display those duplicate values in Coloumn C AND Coloumn D.
EXAMPLE:
A B C D
1 3 1 3
2 4 5 6
3 1
2 4
5 6
6 5
2 9
1 4
1 4
In the above example there is 1 in C1 and 3 in D1 because 1,3 and 3,1 are duplicates in coloumn A and B combined, also likewise there is 5 in C2 and 6 in D2 because there is 5 in A5 and alos 5 in B6 and 6 in B5 and 6 in A 6. Please note the desired solution does not includes 2,4 and 1,4 in Coloumn C and D because they are duplicates in the same row.
Thanks
There are some values in coloumn A and coloumn B . The solution is just to simply get the duplicate values from coloumn A and B , and then display those duplicate values in Coloumn C AND Coloumn D.
EXAMPLE:
A B C D
1 3 1 3
2 4 5 6
3 1
2 4
5 6
6 5
2 9
1 4
1 4
In the above example there is 1 in C1 and 3 in D1 because 1,3 and 3,1 are duplicates in coloumn A and B combined, also likewise there is 5 in C2 and 6 in D2 because there is 5 in A5 and alos 5 in B6 and 6 in B5 and 6 in A 6. Please note the desired solution does not includes 2,4 and 1,4 in Coloumn C and D because they are duplicates in the same row.
Thanks