S
sbhayes
I have hundreds of rows of numbers (example 234553) it need to add a decimal
to every row to make it 2345.53. Is this possible?
to every row to make it 2345.53. Is this possible?
Eric said:Or you could just add a new column in and make each cell in the new column
equal to the corresponding cell in the old column in divided by 100.
Eric