G
goepf
I'd like to format a number in a cell that:
if the number has decimals, show 2
if the number has no decimals show none
2.23242 -> 2.23
14.0 -> 14
I tried ###.## and this gives a nice result except the point fo
integer values (14.0 becomes 14.)
any ideas how to get rid of the point?
Thanks
if the number has decimals, show 2
if the number has no decimals show none
2.23242 -> 2.23
14.0 -> 14
I tried ###.## and this gives a nice result except the point fo
integer values (14.0 becomes 14.)
any ideas how to get rid of the point?
Thanks