I have been trying to format a field that has some values with decimals some without to look like this: 12 34 56.78 or 12 34 56
If I put "00 00 00.##" it leaves the decimal if there is no decimal place, but if I put "00 00 00" it will round the values with a decimal.
12 34 56 -> 12 34 56.
12 34 56.78 -> 12 34 57
I have looked for the answer in several places and have been unable to find anything. Is there a way to optionally add a decimal into a number format?
Thanks,
Sam
If I put "00 00 00.##" it leaves the decimal if there is no decimal place, but if I put "00 00 00" it will round the values with a decimal.
12 34 56 -> 12 34 56.
12 34 56.78 -> 12 34 57
I have looked for the answer in several places and have been unable to find anything. Is there a way to optionally add a decimal into a number format?
Thanks,
Sam