如何将十进制数的值增加到正实数

How to increase the values of decimal number to Positive real numbers

我在 Google 表格中有小数,例如 95.84, 47.15, 78.32
我想把它增加到最接近的正实数,比如

95.84 = 96
47.15 = 48
78.32 = 79

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

使用 =ROUNDUP(A1,0) 功能(Excel & Google 张)。