Hi,
I want to look up a couple of values based on a If then code, for instance:
If Cells(x, 1) = Cells(1,4).Value Then
mycount= mycount + Cells(x,2).Value
End if
Cells(1,5).Value = mycount
Then I want to see if there's a difference between the Values in E1 and F1 (Value of F1 is given), so...