G
Guest
HI, Which formula I need to write So when the cell in A1 is >0 but <1 then
give me 1; but if >1 then give me the number
thanks
give me 1; but if >1 then give me the number
thanks
Joe said:HI, Which formula I need to write So when the cell in A1 is >0 but <1 then
give me 1; but if >1 then give me the number
thanks
Stephen said:What if A1<=0?
What if A1=1?
maybe this will do?
=MAX(A1,1)