can't get numbers to round properly
Posted by JMG on February 11, 2002 12:21 PM
i have a list of numbers in a column. some are 3 characters (eg. 324), some 4 (eg. 1795) and some 5 (eg. 10328). What i need to do is convert them to dollars and cents, but reformatting them isn't working. I need it to count from the right and give me 2 decimal places AND round it off. Like 324 would actually be $.03 and 1795 would be $.18 and 10328 would be $1.03. any thoughts are appreciated. . . . .