在Excel中格式化数字


2

当我有这个作为输入

1234567890123

我希望它显示为

12 3456789012 3

这是可能吗?到目前为止,我的尝试都没有成功。

Answers:


3

选择所需的单元格并转到 Format Cells > Number > Custom。在 - 的里面 Type 框,输入以下表达式:

## ########## #

单击“确定”,即可完成。

如果您想了解有关Excel自定义数字格式的更多信息,请参阅答案 这个问题


看起来我有一个不同的问题。它在新工作簿中工作正常,但在我尝试使用的现有工作簿中没有。
Stijn

我的问题是该值存储为文本而不是数字。谢谢您的帮助。
Stijn

乐意效劳。别客气。
Mehper C. Palavuzlar
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.