两组数据怎么比对重复值(两组数据怎么进行比对)
您好,今天小编胡舒来为大家解答以上的问题。两组数据怎么比对重复值,两组数据怎么进行比对相信很多小伙伴还不知道,现在让我们一起来看看吧!
1、在C列添加公式=exact(a1,b1)下拉就可以宏程序要自己写假如是比较AB列的宏程序如下Sub test()Dim a, b, c As Integera = Range("a65536").End(xlUp).RowFor b = 1 To aIf Cells(b, 1) <> Cells(b, 2) ThenCells(b, 2).Select With Selection.Interior .ColorIndex = 3 .Pattern = xlSolid .PatternColorIndex = xlAutomatic End WithEnd IfNextEnd Sub。
本文就为大家分享到这里,希望小伙伴们会喜欢。