C
Cass1930
I would like to have one decimal point in a number, unless the number is 100
in order to fit the columns in a table. So, three digits for whatever number
I type in, and if it is two digits, to have a decimal.
95.6
45.2
80.0
100 - NOT 100.0
123 - NOT 123.0
Thanks!
in order to fit the columns in a table. So, three digits for whatever number
I type in, and if it is two digits, to have a decimal.
95.6
45.2
80.0
100 - NOT 100.0
123 - NOT 123.0
Thanks!