sirkülasyon
Altın Üye
- Katılım
- 10 Temmuz 2012
- Mesajlar
- 2,518
- Excel Vers. ve Dili
- 2021 LTSC TR
- Altın Üyelik Bitiş Tarihi
- 18-06-2026
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, [F3:F65536]) Is Nothing Then Exit Sub
sat = Target.Row
If Cells(sat, "F").Value <> "" And Cells(sat, "G").Value < KÜÇÜKSE %50' DEN Then
Hesaplama kodları
Else
Cells(sat, "G") = ""
Cells(sat, "H") = ""
Cells(sat, "I") = ""
Cells(sat, "J") = ""
Cells(sat, "K") = ""
Cells(sat, "L") = ""
Cells(sat, "M") = ""
End If
End Sub
KÜÇÜKSE %50' DEN ifadesini nasıl yazabilirim?
If Intersect(Target, [F3:F65536]) Is Nothing Then Exit Sub
sat = Target.Row
If Cells(sat, "F").Value <> "" And Cells(sat, "G").Value < KÜÇÜKSE %50' DEN Then
Hesaplama kodları
Else
Cells(sat, "G") = ""
Cells(sat, "H") = ""
Cells(sat, "I") = ""
Cells(sat, "J") = ""
Cells(sat, "K") = ""
Cells(sat, "L") = ""
Cells(sat, "M") = ""
End If
End Sub
KÜÇÜKSE %50' DEN ifadesini nasıl yazabilirim?