【发布时间】:2015-02-26 12:03:07
【问题描述】:
我在文本框中有一个长数字:
032010203010301030103010300103010301032010101030103007
当我想将这个数字(Ctrl+c)复制到一个单元格中时,数字将是:
3.2010203010301E+52
我希望目标单元格具有原始数字格式。我该怎么办?
【问题讨论】:
标签: excel formatting copy-paste number-formatting
我在文本框中有一个长数字:
032010203010301030103010300103010301032010101030103007
当我想将这个数字(Ctrl+c)复制到一个单元格中时,数字将是:
3.2010203010301E+52
我希望目标单元格具有原始数字格式。我该怎么办?
【问题讨论】:
标签: excel formatting copy-paste number-formatting
将接收单元格格式化为文本并使用选择性粘贴,文本粘贴到其中。
【讨论】:
Just right click on the cell and choose Format cell.
Change the format from General to Number with zero number of decimal places.
**This sollution works also for other typer of formatting. For example Custom with single 0 or Text.
**The number format does not affect the actual cell value, which is displayed in the formula bar.
**When Excel displays cell such ##### it means that cell is to narrow. Just make it wider.
Take help form this site
http://best-excel-tutorial.com/59-tips-and-tricks/188-disable-scientific-notation
【讨论】: