I need this to check every cell in these columns. Not just the cells in row 2. Any assistance would be greatly appreciated.
Code:If Sheets("RSL").Range("M2") = Sheets("FailedSpots").Range("L2") Then
If Sheets("RSL").Range("K2") > Sheets("FailedSpots").Range("M2") Then
Sheets("RSL").Range("K2").Value = Sheets("FailedSpots").Range("M2").Value
End If
End If
