How can I identify duplicates between two excel sheets. -


i have numbers in 2 sheets in same excel workbook. need compare data in column a, sheet 1 data in column a, sheet 2 , highlight duplicates. formulas ok , know little vba.

select cells in both ranges (select first range, hold ctrl key , select second) go conditional formatting > highlight cells rules > duplicate values


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -