Libreoffice Calc:将许多单元格与文本转换为数字

时间:2018-03-15 14:38:38

标签: libreoffice libreoffice-calc

我的文件中有很多单元格,其内容的格式为

'14.05

我想将包含文本的这些单元格大量转换为数字,我可以用它来计算。

14.05

Libre Office是否有内置功能进行大规模转换,或者我是否需要使用宏来摸索?

2 个答案:

答案 0 :(得分:2)

如果撇号是引号前缀而不是真正的单元格内容,那么:

enter image description here

(注意撇号仅在公式栏中显示,但不在单元格中显示)

然后可能会出现以下情况:

选择整个列A。然后从菜单栏中选择Data - Text to columns

enter image description here

然后点击OK。现在所有看起来像数字的内容都将转换为数字。

答案 1 :(得分:-1)

使用“查找和替换”再次编辑数据,如下所述  https://ask.libreoffice.org/en/question/1843/changing-text-to-numbers/?answer=68235#post-id-68235

  

将。*放入'搜索:'和&进入'替换为:'

然后将单元格格式化为数字。

相关:LibreOffice Calc: How to convert unformatted text to numbers (or other format)