hi
have this code :-
Dim Changed As Range, Cell As Range
Set Changed = Intersect(Target, Range("m2:k300"))
If Not Changed Is Nothing Then
For Each Cell In Changed
If UCase(Cell.Value) = "YES" Then
Rows(Cell.Row).Resize(, Cell.Column).Interior.ColorIndex = 35...