- 149
- 279 653
Ömer KOÇAK
เข้าร่วมเมื่อ 28 ธ.ค. 2011
Comparing and Matching Two List in Excel using VBA
#excel #vba #compare #match
Not: Since the less than and greater than sign cannot be used in this section, I wrote the greater than or less sign instead. This phrase (lessthangreaterthansign) should be replaced with less than and greater than signs.
Sub Dikdörtgen1_Tıkla()
Set ws = ThisWorkbook.Sheets("Page1") ' Change according to your page name
birinciListe = ws.Cells(ws.Rows.Count, "C").End(xlUp).Row
ikinciListe = ws.Cells(ws.Rows.Count, "I").End(xlUp).Row
Dim i, j, a, b, x As Integer
a = 0
'Compare and Pair List 1 and List 2
For i = 3 To birinciListe
geciciad = Cells(i, 3)
For j = 3 To ikinciListe
If Cells(j, 9) = geciciad Then
Cells(i, 6) = geciciad
Cells(i, 7) = Cells(j, 10)
a = 1
End If
Next
If a lessthangreaterthansign 1 Then
Cells(i, 6) = ""
Cells(i, 7) = ""
a = 0
End If
Next
'List not in List 1
x = 1
For i = 3 To ikinciListe
b = 0
geciciad2 = Cells(i, 9)
For j = 3 To birinciListe
If Cells(j, 3) = geciciad2 Then
b = 1
End If
Next
If b lessthangreaterthansign 1 Then
Cells(x + 2, 13) = geciciad2
Cells(x + 2, 14) = Cells(i, 10)
x = x + 1
End If
Next
End Sub
Sub Silme()
Set ws = ThisWorkbook.Sheets("Page1") ' Clear
ikinciListe = ws.Cells(ws.Rows.Count, "F").End(xlUp).Row
For i = 3 To ikinciListe
Cells(i, 6).Clear
Cells(i, 7).Clear
Cells(i, 13).Clear
Cells(i, 14).Clear
Next
End Sub
Not: Since the less than and greater than sign cannot be used in this section, I wrote the greater than or less sign instead. This phrase (lessthangreaterthansign) should be replaced with less than and greater than signs.
Sub Dikdörtgen1_Tıkla()
Set ws = ThisWorkbook.Sheets("Page1") ' Change according to your page name
birinciListe = ws.Cells(ws.Rows.Count, "C").End(xlUp).Row
ikinciListe = ws.Cells(ws.Rows.Count, "I").End(xlUp).Row
Dim i, j, a, b, x As Integer
a = 0
'Compare and Pair List 1 and List 2
For i = 3 To birinciListe
geciciad = Cells(i, 3)
For j = 3 To ikinciListe
If Cells(j, 9) = geciciad Then
Cells(i, 6) = geciciad
Cells(i, 7) = Cells(j, 10)
a = 1
End If
Next
If a lessthangreaterthansign 1 Then
Cells(i, 6) = ""
Cells(i, 7) = ""
a = 0
End If
Next
'List not in List 1
x = 1
For i = 3 To ikinciListe
b = 0
geciciad2 = Cells(i, 9)
For j = 3 To birinciListe
If Cells(j, 3) = geciciad2 Then
b = 1
End If
Next
If b lessthangreaterthansign 1 Then
Cells(x + 2, 13) = geciciad2
Cells(x + 2, 14) = Cells(i, 10)
x = x + 1
End If
Next
End Sub
Sub Silme()
Set ws = ThisWorkbook.Sheets("Page1") ' Clear
ikinciListe = ws.Cells(ws.Rows.Count, "F").End(xlUp).Row
For i = 3 To ikinciListe
Cells(i, 6).Clear
Cells(i, 7).Clear
Cells(i, 13).Clear
Cells(i, 14).Clear
Next
End Sub
มุมมอง: 206
วีดีโอ
Excel'de VBA Kullanarak İki Listenin Karşılaştırılması
มุมมอง 2055 หลายเดือนก่อน
#excel #vba #compare #match #karşılaştırma Not: Küçüktür ve büyüktür işareti bu bölümde konulamadığı için yerine kucukbuyukisareti yazdım. Bu ifade küçük ve büyük işaretleri ile değiştirilmelidir. Sub Dikdörtgen1_Tıkla() Set ws = ThisWorkbook.Sheets("Page1") ' Change according to your page name birinciListe = ws.Cells(ws.Rows.Count, "C").End(xlUp).Row ikinciListe = ws.Cells(ws.Rows.Count, "I")....
Adobe Indesign ile Etkileşimli İçerik Hazırlama - III Form Elemanları
มุมมอง 3528 หลายเดือนก่อน
#pdf #interaction #interactive #form #button #animation #etkilesim #etkileşim #icerik #doküman #video #ekleme #text #radio #checkbox #onaykutusu #adobe #indesign
Adobe Indesign ile Etkileşimli İçerik Hazırlama - II Video Animasyon Köprü
มุมมอง 3808 หลายเดือนก่อน
#pdf #interaction #interactive #form #button #animation #etkilesim #etkileşim #icerik #doküman #video #ekleme #adobe #indesign
Adobe Indesign ile Etkileşimli İçerik Hazırlama - I
มุมมอง 6508 หลายเดือนก่อน
Adobe PDF #pdf #interaction #interactive #form #button #animation #etkilesim #etkileşim #icerik #doküman #adobe #indesign #acrobat
Access Form Tasarımı 17 - VBA'ya Giriş: Arama Sonuçlarını Liste Halinde Gösterme
มุมมอง 9752 ปีที่แล้ว
#access #form #listeleme #arama #query #display #subform #altform Arama Sorgu: SELECT adi, soyadi, genelyazimturu, * FROM materyaller INNER JOIN yazarlar ON materyaller.yazarid=yazarlar.yazarid WHERE basligi Like '*' & Forms!MA!aramaalani & '*' Or isbn_issn Like '*' & Forms!MA!aramaalani & '*' Or yazarlar.adi Like '*' & Forms!MA!aramaalani & '*'; 00:00 Giriş 00:08 Açıklama ve Örnek 01:12 Tasarı...
Access Form Tasarımı 16 - VBA'ya Giriş: Güncelleme Sorgusu
มุมมอง 4842 ปีที่แล้ว
#access #vba #code #kod #update #upgrade #güncelleme #form #tasarım Private Sub Komut9_Click() tcno = ytcno.Value a = ad.Value s = soyad.Value gy = genelyazim.Value If ytcno.Enabled = True Or Len(a) = 0 Or Len(s) = 0 Or Len(gy) = 0 Then MsgBox ("Lütfen Boş Bırakmayınız veya Tc No Üzerinden Arama Yapınız") Else sorgu = "Update yazarlar Set adi=' " & a & " ', soyadi=' " & s & " ', genelyazimturu=...
Access Form Tasarımı 15 - VBA'ya Giriş: Ekleme Sorgusu Oluşturma ve Uygulama
มุมมอง 9772 ปีที่แล้ว
#access #form #add #insert #form #ekleme #sorgu #tasarım #query Private Sub Komut4_Click() Dim tcno, a, s, gy As String tcno = ytcno.Value a = ad.Value s = soyad.Value gy = genelyazim.Value If Len(tcno) = 0 Or Len(a) = 0 Or Len(s) = 0 Or Len(gy) = 0 Then MsgBox ("Lütfen Boş Alan Bırakmayınız") Else sorgu2 = "Select * From yazarlar Where yazartcno=' " & tcno & " ' " Set sonuc = CurrentDb.OpenRec...
Access Form Tasarımı 14 - VBA'ya Giriş: Silme Sorgusu Oluşturma ve Uygulama
มุมมอง 4562 ปีที่แล้ว
#access #code #kod #delete #erase #silme #sorgu #form #tasarım Private Sub Komut7_Click() tcno = ytcno.Value If IsNull(tcno) Or Len(tcno) = 0 Then MsgBox ("Lütfen Bir TC Kimlik Numarası Giriniz") Else kontrolsorgusu = "Select * From yazarlar Where yazartcno=' " & tcno & " ' " Set sonuc = CurrentDb.OpenRecordset(kontrolsorgusu) If sonuc.RecordCount = 0 Then MsgBox ("Kimlik Numarası Sistemde Bulu...
Access Form Tasarımı 13 VBA'ya Giriş: Arama Sorgusu Oluşturma ve Sonuçlarını Formda Görüntüleme
มุมมอง 1.3K2 ปีที่แล้ว
#access #sorgu #form #query #display #görüntüleme #result #sonuc Dim tcno, a, s, gy As String tcno = ytcno.Value Dim sorgu As String sorgu = "Select * From yazarlar Where yazartcno=' " & tcno & " ' " Set sonuc = CurrentDb.OpenRecordset(sorgu) If sonuc.RecordCount = 0 Then MsgBox ("Yazar TcNO Sistemde Bulunamamıştır") Else ad.Value = sonuc!adi soyad.Value = sonuc!soyadi genelyazim.Value = sonuc!...
Access Form Tasarımı 12 - VBA'ya Giriş: Kullanıcı Giriş Ekranı Tasarımı II
มุมมอง 5802 ปีที่แล้ว
#access #vba #form #kod #code #sifre #giriş #ekran Option Compare Database Dim a As Integer Private Sub Form_Load() a = 0 End Sub Private Sub Komut4_Click() Dim tc, sifre, sorgu tc = tcno.Value sifre = prl.Value sorgu = "Select * From personel Where tckimlikno=' " & tc & " ' AND parola=' " & sifre & " ' " Set sonuc = CurrentDb.OpenRecordset(sorgu) If sonuc.RecordCount = 1 Then MsgBox ("Başarıyl...
Access Form Tasarımı 11 - VBA'ya Giriş: Kullanıcı Giriş Ekranı Tasarımı
มุมมอง 1.3K2 ปีที่แล้ว
#access #vba #form #kod #code #sifre #giriş #ekran Option Compare Database Dim a As Integer Private Sub Form_Load() a = 0 End Sub Private Sub Komut4_Click() Dim tc, sifre, sorgu tc = tcno.Value sifre = prl.Value sorgu = "Select * From personel Where tckimlikno='" & tc & "' AND parola='" & sifre & "'" Set sonuc = CurrentDb.OpenRecordset(sorgu) If sonuc.RecordCount = 1 Then MsgBox ("Başarıyla Gir...
Access Form Tasarımı 9 - Başlangıçta Otomatik Form Açma ve Menüleri Gizleme
มุมมอง 1.5K2 ปีที่แล้ว
#access #form #otomatik #acma #menü #gizleme #design DoCmd.ShowToolbar "ribbon", acToolbarNo
Access Form Tasarımı 10 - Makro Kullanımına Giriş
มุมมอง 9402 ปีที่แล้ว
#access #macro #giris #makro #form #design #tasarım
Access Form Tasarımı 8 - Özellikler Menüsünün İncelenmesi
มุมมอง 4902 ปีที่แล้ว
#msaccess #vba #form #design #tasarim #sihirbaz #formaraçları #araçkutusu
Access Form Tasarımı 7 - Form Özelliklerinin Ayarlanması
มุมมอง 5902 ปีที่แล้ว
Access Form Tasarımı 7 - Form Özelliklerinin Ayarlanması
Access Form Tasarımı 6 - Boş Form Tasarımı III
มุมมอง 4872 ปีที่แล้ว
Access Form Tasarımı 6 - Boş Form Tasarımı III
Access Form Tasarımı 5 - Boş Form Tasarımı II
มุมมอง 5012 ปีที่แล้ว
Access Form Tasarımı 5 - Boş Form Tasarımı II
Access Form Tasarımı 4 - Boş Form Tasarımı
มุมมอง 5522 ปีที่แล้ว
Access Form Tasarımı 4 - Boş Form Tasarımı
Access Form Tasarımı 3 - Form Sihirbazı Kullanımı II
มุมมอง 7122 ปีที่แล้ว
Access Form Tasarımı 3 - Form Sihirbazı Kullanımı II
Access Form Tasarımı 2 - Form Sihirbazı Kullanımı I
มุมมอง 8412 ปีที่แล้ว
Access Form Tasarımı 2 - Form Sihirbazı Kullanımı I
Access Form Tasarımı 1 - Form Menüsü Genel Tanıtımı
มุมมอง 2.5K2 ปีที่แล้ว
Access Form Tasarımı 1 - Form Menüsü Genel Tanıtımı
SPSS Extra-4 Başarı Testi Güvenirlik Analizi (Kuder Richardson 20 KR-20)
มุมมอง 5K3 ปีที่แล้ว
SPSS Extra-4 Başarı Testi Güvenirlik Analizi (Kuder Richardson 20 KR-20)
SPSS Extra-3 Anket ve Ölçek Güvenirlik Analizi (Cronbach Alpha)-Ters ve Güvenirliği Düşük Maddeler
มุมมอง 1.6K3 ปีที่แล้ว
SPSS Extra-3 Anket ve Ölçek Güvenirlik Analizi (Cronbach Alpha)-Ters ve Güvenirliği Düşük Maddeler
SPSS Extra-2 Gruplara Göre Çoklu Çizgi Grafik Oluşturma
มุมมอง 1.3K3 ปีที่แล้ว
SPSS Extra-2 Gruplara Göre Çoklu Çizgi Grafik Oluşturma
SPSS Extra-1 Satır Filtreleme veya Kritere Uygun Satırların Seçilmesi (Select Cases)
มุมมอง 1.9K3 ปีที่แล้ว
SPSS Extra-1 Satır Filtreleme veya Kritere Uygun Satırların Seçilmesi (Select Cases)
SPSS-44 Friedman Testi Analizinin Yapılışı ve Raporlanması
มุมมอง 1.7K3 ปีที่แล้ว
SPSS-44 Friedman Testi Analizinin Yapılışı ve Raporlanması
SPSS-43 Kruskal-Wallis H Testi Analizinin Yapılışı ve Raporlanması
มุมมอง 7K3 ปีที่แล้ว
SPSS-43 Kruskal-Wallis H Testi Analizinin Yapılışı ve Raporlanması
SPSS-42 Wilcoxon Signed Rank Test (İşaretli Sıralar Testi) Analizinin Yapılışı ve Raporlanması
มุมมอง 2.7K3 ปีที่แล้ว
SPSS-42 Wilcoxon Signed Rank Test (İşaretli Sıralar Testi) Analizinin Yapılışı ve Raporlanması
SPSS-41 Mann Whitney-U Testinin Analizinin Yapılışı ve Raporlanması
มุมมอง 6K3 ปีที่แล้ว
SPSS-41 Mann Whitney-U Testinin Analizinin Yapılışı ve Raporlanması