L
lintcoop
I am importing large data sets from several different sources. The
numeric data has a decimal as required. In other words:
100.00 = 100
100.10 = 100.1
100.11 = 100.11
I need to eliminate all decimals but not affect the amount with
rounding.
Ultimately I need the format to be 10000, 10010 and 10011 for the 3
example amounts.
I'd appreciate any suggestions.
Thanks
numeric data has a decimal as required. In other words:
100.00 = 100
100.10 = 100.1
100.11 = 100.11
I need to eliminate all decimals but not affect the amount with
rounding.
Ultimately I need the format to be 10000, 10010 and 10011 for the 3
example amounts.
I'd appreciate any suggestions.
Thanks