Inserting a decimal from the right of a string

M

MarkM

How can I insert a decimal into a number? I need to insert this before the
fourth character in the string from the right? I cannot insert this from the
left of the string because the number of characters in the sting to the left
can vary.

For example:
I need to change 4577600 to 457.7600

Thanks in advance
 
C

CLR

type 10000 in an unused cell , left click on it and choose COPY
then highlight all the cells you wish to change,
then right-click > PasteSpecial > Divide..........

Vaya con Dios,
Chuck, CABGx3
 
R

Roger Govier

Hi Mark

Please note the formula i gave you will produce text, which is what I
presumed you wanted.
I can see from other responses, they all interpreted your question as still
requiring numerics, in which case each of the other responses received will
do that perfectly and you should go with one of those solutions.

Regards

Roger Govier
 
Top