Sub dotest() 'Dim arr, dApplication.ScreenUpdating =FalseSet d = CreateObject("Scripting.Dictionary")With Sheets("Sheet2")r =.Cells(.Rows.Count,"a").End(xlUp).Rowarr =.[a1].Resize(r,1)End WithFor i =2 To UBound(arr)s = arr(i,1)d(s)= d(s)+1NextWith Sheets("Sheet1")r =.Cells(.Rows.Count,"a").End(xlUp).Rowarr =.[a1].Resize(r,2)For i =2 To UBound(arr)s = arr(i,1)If d.exists(s) ThenIf d(s)>1 Thenarr(i,2)= d(s)Elsearr(i,2)=""End IfEnd IfNext.[a1].Resize(r,2)= arrEnd WithSet d = NothingApplication.ScreenUpdating =TrueMsgBox "OK!"
End Sub
AI视野今日CS.NLP 自然语言处理论文速览 Mon, 15 Jan 2024 Totally 57 papers 👉上期速览✈更多精彩请移步主页 Daily Computation and Language Papers
Machine Translation Models are Zero-Shot Detectors of Translation Direction Authors Michelle Wastl, Ja…
--核算账簿
select code , name , pk_setofbook from org_setofbook where ( pk_setofbook in ( select pk_setofbook from org_accountingbook where 1 1 and ( pk_group N0001A11000000000037X ) and ( accountenablestate 2 ) ) ) order by code;--核算账簿
select code …