When I enter a number like 8230e12 into a Microsoft Excel 2000 cell, Excel changes the number I entered into 8230000000000000. (This is what I get when I press F2 to edit the cell's contents, not what Excel displays in the cell). How can I force Excel to keep the data in the format I typed it and still be able to format it and use it as a number? Displaying the cell in scientific notation is not enough, because the exponent is not the same one as the one I typed.
|
If you wish Excel to keep the cell formatted exactly as entered, i.e. 8230e12, regardless of whether you are looking at it or editing it, then this can't be done whilst retaining the ability to treat the cell contents as a number. The only way I can see round this is to enter your data in cells that are formatted as text, and then have another cell, formatted as some kind of number, that has a formula of Other than that you are looking at some VBA to manage this, overkill I would have thought. | ||||
feedback
|
|
Format the cell as custom number format and you can tweak the display to whatever you need. E.g. "0000E+12" will display your "8230e12" as "8230E+12" | |||||
feedback
|
|
I had success in solving what I think is a similar issue to yours. All I did was create a custom format of | ||||
|
feedback
|
|
Try formatting the cell as a number with 0 decimal places (or in the case of the number you presented, the decimal places are irrelevant). | |||||
|
feedback
|
|
Widen your column enough to show the full number. If your column sizes are too small, Excel will automatically format the number in scientific notation. | |||
feedback
|
