Hey guys...
This is going to be hard I think.
If Range("i" & i).Value >= 0 Then Range("P" & i).Value = "/1000"
What I'm TRYING to do is if values are found over 0 in column i then divide values from column i in column p
Obviously this code is wrong - As all it's doing is placing "/1000".
Is...