I have a huge file ( Excel) around 40,000 rows and the data in column A will get repeated only twice and for those duplicate values in column A i need to compare each values for that respective columns. For example
ColumnA ColumnB ColumnC
123 ABC MNY
123 XYZ MNY
So i for A1 and A2 i need to compare B1 and B2 , C1 with C2 and if B1 and B2 are not same flag both B1 and B2 with something like colour so it is indicated that it is different.
ColumnA ColumnB ColumnC
123 ABC MNY
123 XYZ MNY
So i for A1 and A2 i need to compare B1 and B2 , C1 with C2 and if B1 and B2 are not same flag both B1 and B2 with something like colour so it is indicated that it is different.