DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub eksik()
s = 2
For i = 4 To [B65536].End(3).Row
If Cells(i, 1) = Cells(i + 1, 1) Then b = b + 1
If Cells(i, 1) <> Cells(i + 1, 1) Then
ii = i
For a = Right(Cells(ii - b, 2), Cells(ii - b, 2).Characters.Count - 1) To _
Right(Cells(ii, 2), Cells(ii, 2).Characters.Count - 1)
If a <> Val(Right(Cells(ii - b, 2), Cells(ii - b, 2).Characters.Count - 1)) Then
s = s + 1
Cells(s, 7) = Cells(i, 1)
Cells(s, 8) = Left(Cells(i - b, 2), 1) & a
ii = ii - 1
End If
ii = ii + 1
Next a
b = 0
End If
Next i
End Sub