vicktor schausberger
Member
I have two arrays and would be easier to find duplicates using a vba code. I had been doing manually using different things like index match, countif, and, ifiserror but do not work my array are A1:F53 and the other is H1:M53 I need to compare ROW AGAINST ROW and highlight the duplicates.
Code:
ARRAY ONE ARRAY TWO
13 16 17 40 42 44 05 12 28 40 41 47
01 12 22 44 46 52 09 19 34 38 39 45
10 13 35 36 37 42 05 14 29 41 45 51
09 26 34 40 42 49 04 17 30 44 47 52
01 02 25 43 48 53 11 23 29 41 48 51
08 32 35 46 47 52 14 16 22 38 45 47
14 15 23 36 49 50 09 21 29 38 42 44
15 17 22 40 41 45
03 26 36 37 43 44