J
Jon M.
Is there a way to create;
A1=If(b1>0,b1, (otherwise 0 or user input)
so if b1=1 then a1=1, if b1=0 then a1 would = 0 or else a
value inputed by the user.
A1=If(b1>0,b1, (otherwise 0 or user input)
so if b1=1 then a1=1, if b1=0 then a1 would = 0 or else a
value inputed by the user.