ExcelHome技术论坛

 找回密码
 免费注册

QQ登录

只需一步,快速开始

快捷登录

搜索
EH技术汇-专业的职场技能充电站 妙哉!函数段子手趣味讲函数 Excel服务器-会Excel,做管理系统 效率神器,一键搞定繁琐工作
HR薪酬管理数字化实战 Excel 2021函数公式学习大典 Excel数据透视表实战秘技 打造核心竞争力的职场宝典
让更多数据处理,一键完成 数据工作者的案头书 免费直播课集锦 ExcelHome出品 - VBA代码宝免费下载
用ChatGPT与VBA一键搞定Excel WPS表格从入门到精通 Excel VBA经典代码实践指南
查看: 775|回复: 2

[求助] 请各位老师帮助参详

[复制链接]

TA的精华主题

TA的得分主题

发表于 2018-6-14 15:49 | 显示全部楼层 |阅读模式
在工作中需要进行查重,在以前的贴中找到了各位老师提供的查重方法,但是由于需要一并排序的内容较多,做了部分修改之后,显示重复数量的列,始终不能移动到制定列。烦请各位老师参详一下。附件中是我已经修改过的。同时,如果可以,能否加入  按作者查重 选项。另外,现在的颜色标识只有一种,能否使用多种进行循环标志。附上未修改前的语句
Sub zjhm()
Application.ScreenUpdating = False
Range("f2:g65536").ClearContents
Range("a2:d65536").Sort key1:=Range("a2"), order1:=xlAscending
[a2:d247].Interior.ColorIndex = xlNone
Arr = [a1].CurrentRegion
n = 4
For i = 3 To UBound(Arr)
    If Arr(i, 1) = Arr(i - 1, 1) Then
       Cells(i - 1, 1).Resize(2, 1).Interior.ColorIndex = n
       Cells(i - 1, 7).Resize(1, 1) = i - 1
       Cells(i, 7).Resize(1, 1) = i
    End If
    If Cells(i - 1, 7) <> "" Then
       s = s + 1
       If s = 1 Then m = m + 1
       If m Mod 2 = 0 Then n = 6 Else n = 4
    Else
       If s > 1 Then Cells(i - 2, 6) = s
       s = 0
    End If
Next
Application.ScreenUpdating = True
End Sub
Sub sqxm()
Application.ScreenUpdating = False
Range("f2:g65536").ClearContents
Range("a2:d247").Sort key1:=Range("b2"), order1:=xlAscending
[a2:d247].Interior.ColorIndex = xlNone
Arr = [a1].CurrentRegion
n = 4
For i = 3 To UBound(Arr)
    a = Arr(i, 2) & Arr(i, 3) & Arr(i, 4)
    b = Arr(i - 1, 2) & Arr(i - 1, 3) & Arr(i - 1, 4)
    If a = b Then
       Cells(i - 1, 2).Resize(2, 3).Interior.ColorIndex = n
       Cells(i - 1, 7).Resize(1, 1) = i - 1
       Cells(i, 7).Resize(1, 1) = i
    End If
    If Cells(i - 1, 7) <> "" Then
       s = s + 1
       If s = 1 Then m = m + 1
       If m Mod 2 = 0 Then n = 6 Else n = 4
    Else
       If s > 1 Then Cells(i - 2, 6) = s
       s = 0
    End If
Next
Application.ScreenUpdating = True
End Sub
Sub quan()
Application.ScreenUpdating = False
Range("f2:g65536").ClearContents
Range("a2:d247").Sort key1:=Range("a2"), order1:=xlAscending
[a2:d247].Interior.ColorIndex = xlNone
Arr = [a1].CurrentRegion
n = 4
For i = 3 To UBound(Arr)
    a = Arr(i, 1) & Arr(i, 2) & Arr(i, 3) & Arr(i, 4)
    b = Arr(i - 1, 1) & Arr(i - 1, 2) & Arr(i - 1, 3) & Arr(i - 1, 4)
    If a = b Then
       Cells(i - 1, 1).Resize(2, 4).Interior.ColorIndex = n
       Cells(i - 1, 7).Resize(1, 1) = i - 1
       Cells(i, 7).Resize(1, 1) = i
    End If
    If Cells(i - 1, 7) <> "" Then
       s = s + 1
       If s = 1 Then m = m + 1
       If m Mod 2 = 0 Then n = 6 Else n = 4
    Else
       If s > 1 Then Cells(i - 2, 6) = s
       s = 0
    End If
Next
Application.ScreenUpdating = True
End Sub

粗查重调整1.zip (19.06 KB, 下载次数: 3)




TA的精华主题

TA的得分主题

 楼主| 发表于 2018-6-20 09:03 | 显示全部楼层
烦请各位老师帮忙看看

TA的精华主题

TA的得分主题

发表于 2018-6-20 09:10 | 显示全部楼层
本帖最后由 yylucke 于 2018-6-20 09:13 编辑
smoodwaterbar 发表于 2018-6-20 09:03
烦请各位老师帮忙看看

真心的建议:你直接告诉需求,比看你的代码要快的多。另,既然有ISBN,那就是唯一编码,以此来判断是否重复是最好的字段。
作者重复?难道不能出现同一个作者有多个书籍?
您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

手机版|关于我们|联系我们|ExcelHome

GMT+8, 2024-12-26 03:05 , Processed in 0.028283 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 1999-2023 Wooffice Inc.

沪公网安备 31011702000001号 沪ICP备11019229号-2

本论坛言论纯属发表者个人意见,任何违反国家相关法律的言论,本站将协助国家相关部门追究发言者责任!     本站特聘法律顾问:李志群律师

快速回复 返回顶部 返回列表