If you want to change the value being displayed but not the underlying data, consider formatting the cell using Custom format:
0000000000\,00
%
The above Custom format has an ALT + Enter after \,00 and before %.
You will also need to turn Wrap Text on and Align the cell contents to the top (rather than the default bottom). Finally, you will need to change the row height so the % on the second line is hidden.
Cat .skin. Many ways!
=rept("0",13-len(a1))&substitute(a1,".",".")
Untested
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
I'd suggest that byundt's idea of using formatting is probably the way to go, as this simply looks like a regional issue (using a , as the decimal separator rather than .). So these are still numbers, and it may be are needed in calculations.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.