Hi, there is something that I can't figure out in this code,
Sub test()
Dim i As Integer
Dim diff05 As Double
diff05 = 0.8
For i = 2 To 4
If Sheet1.Cells(i, 2).Value >= diff05 And Sheet1.Cells(i, 2).Value < diff05 + 0.05 Then
Sheet1.Cells(i, 11) =...