DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub iaydin()
Dim i As Integer, j As Integer
Range("J2:J" & Range("H" & Rows.Count).End(3).Row) = ""
For i = 2 To Range("A" & Rows.Count).End(3).Row
For j = 2 To Range("H" & Rows.Count).End(3).Row
If Cells(i, 7) = Cells(j, 8) Then
Cells(j, 10) = Cells(j, 10) + Cells(i, 6)
End If
Next j
Next i
MsgBox "İşlem tamam.", vbInformation
End Sub