Sub SayfaVeSıradaBul()
x = Application.WorksheetFunction.CountA(Range("f6:f65536"))
ss = Range("a65536").End(3).Row
For i = 6 To x + 6
nerede = ""
For j = 6 To ss
If Cells(i, "f").Text = Cells(j, "a").Text Then
nerede = nerede & Cells(j, "b") & "/" & Cells(j, "c") & ","
End If
Next
Cells(i, "g") = nerede
Next
End Sub
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.