I'm looking to format numbers so they always show only 5 digits total.
So that 1.234567 and 987.6543 and 12345.678 would look like:
1.2345
987.65
12345
I know the numbers are never higher than 5 digits on the left side. Regards,T
I'm looking to format numbers so they always show only 5 digits total.
So that 1.234567 and 987.6543 and 12345.678 would look like:
1.2345
987.65
12345
I know the numbers are never higher than 5 digits on the left side. Regards,T