- Katılım
- 27 Eylül 2019
- Mesajlar
- 40
- Excel Vers. ve Dili
- 2013 english
- Altın Üyelik Bitiş Tarihi
- 24-01-2024
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub Link_Al()
Dim c As Range, i As Long
Application.ScreenUpdating = False
Sheets("giden").Select
Range("D4:D" & Rows.Count).Clear
For i = 4 To Cells(Rows.Count, "C").End(xlUp).Row
With Sheets("gelen")
Set c = .[C:C].Find(Cells(i, "C"), , xlValues, xlWhole)
If Not c Is Nothing Then
.Cells(c.Row, "H").Copy Cells(i, "D")
End If
End With
Next i
End Sub
Function AdresKopru(deg As Range) As String
Dim c As Range
Application.Volatile
With Sheets("gelen")
Set c = .[C:C].Find(deg, , xlValues, xlWhole)
If Not c Is Nothing Then
AdresKopru = .Cells(c.Row, "H").Hyperlinks(1).Address
End If
End With
End Function
=EĞERHATA(KÖPRÜ(AdresKopru(C4);DÜŞEYARA(C4;gelen!C:H;6;0));"")