DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub kod()
Application.ScreenUpdating = False
Dim sat As Integer
Dim c, Adr
sat = 2
Range("G:H").ClearContents
Set c = Range("A:A").Find(Range("B1"), , xlValues, xlWhole)
If Not c Is Nothing Then
Adr = c.Address
Do
If Range(Adr) = Range("b1") Then
For i = c.Row To 1 Step -1
If IsNumeric(Cells(i, "A")) Then
Cells(sat, "G") = Range(Adr)
Cells(sat, "H") = Cells(i, "A")
Exit For
Else
End If
Next i
sat = sat + 1
End If
Set c = Range("A:A").FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
Application.ScreenUpdating = True
MsgBox " B i t t i "
End Sub
[FONT="Trebuchet MS"]Sub Emre()
Dim i%, a%
Range("G:H").ClearContents
For i = 1 To Range("A65536").End(3).Row
If Cells(i, 1) = Range("B1").Value Then
Range("G65536").End(3)(2, 1) = Cells(i, 1)
If Cells(i, 1).Interior.ColorIndex <> 44 Then
For a = Cells(i, 1).Row To 1 Step -1
If Cells(a, 1).Interior.ColorIndex = 44 Then
Range("H65536").End(3)(2, 1) = Cells(a, 1)
Exit For
End If
Next a
End If
End If
Next i
a = Empty: i = Empty
End Sub[/FONT]
[FONT="Trebuchet MS"]=EĞERHATA(SATIR(İNDİS($A$1:$A$21;KÜÇÜK(EĞER($A$1:$A$21=$B$1;SATIR($A$1:$A$21));SATIR()-1)));"")[/FONT]
[FONT="Trebuchet MS"]=EĞERHATA(İNDİS($A$1:$A$21;KÜÇÜK(EĞER($A$1:$A$21=$B$1;SATIR($A$1:$A$21));SATIR()-1));"")[/FONT]
[FONT="Trebuchet MS"]=EĞERHATA(ARA(F2;{1;7;14;21};{2028;282828;2727});"")[/FONT]