DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
=EĞERSAY(E3:K3;">0")
Option Explicit
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Dim X As Long, Y As Byte
If Intersect(Target, Range("L3:L65536")) Is Nothing Then Exit Sub
Application.ScreenUpdating = False
Range("E3:K65536").Interior.ColorIndex = xlNone
For X = 3 To Range("A65536").End(3).Row
For Y = 5 To 11
If Cells(X, Y) <> "" And Cells(X, Y) > 0 Then
Select Case Cells(X, "L")
Case Is = 0
Cells(X, Y).Interior.ColorIndex = xlNone
Case Is = 1
Cells(X, Y).Interior.ColorIndex = [COLOR=red]7[/COLOR]
Case Is = 2
Cells(X, Y).Interior.ColorIndex = [COLOR=red]4[/COLOR]
Case Is = 3
Cells(X, Y).Interior.ColorIndex = [COLOR=red]6[/COLOR]
Case Is = 4
Cells(X, Y).Interior.ColorIndex = [COLOR=red]39[/COLOR]
Case Is = 5
Cells(X, Y).Interior.ColorIndex = [COLOR=red]45[/COLOR]
Case Is = 6
Cells(X, Y).Interior.ColorIndex = [COLOR=red]37[/COLOR]
Case Is = 7
Cells(X, Y).Interior.ColorIndex = [COLOR=red]43[/COLOR]
End Select
End If
Next
Next
Application.ScreenUpdating = True
End Sub
=VE($L3=7;E3<>"";E3>0)