【问题标题】:How to increase the values of decimal number to Positive real numbers如何将十进制数的值增加到正实数
【发布时间】:2017-10-09 07:45:37
【问题描述】:

我在 Google 表格中有十进制数字,例如 95.84, 47.15, 78.32
我想将它增加为最接近的正实数,例如

95.84 = 96
47.15 = 48
78.32 = 79

有没有办法在 Google 表格甚至 MS Office 或 LibreOffice 中执行此操作?

【问题讨论】:

    标签: excel google-sheets ms-office google-docs libreoffice-calc


    【解决方案1】:

    使用=ROUNDUP(A1,0) 函数(Excel 和 Google 表格)。

    【讨论】:

    • 非常感谢 Kresimir,它也可以在谷歌表格中使用,你是救生员
    猜你喜欢
    • 2014-10-12
    • 2012-11-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-12
    • 1970-01-01
    • 2010-10-05
    • 1970-01-01
    相关资源
    最近更新 更多