Hi Guys,
I want to make a VBA loop until the value in column B is blank.
I want it to do this calculation in K only if there is a value in column F:
if G+ H - I < .5 then "yes"
if G + H - I not < .5 then "no"
I could maybe work out the loop, but I don't know how to do simple maths in vba! Lame... i know.
I want to make a VBA loop until the value in column B is blank.
I want it to do this calculation in K only if there is a value in column F:
if G+ H - I < .5 then "yes"
if G + H - I not < .5 then "no"
I could maybe work out the loop, but I don't know how to do simple maths in vba! Lame... i know.