当前位置: 主页 > Office办公 > Excel专区 > Excel函数 > Excel ROUNDUP 函数 使用实例教程

Excel ROUNDUP 函数 使用实例教程

  • 2022-04-01
  • 来源/作者: 菜鸟图库/ 菜鸟图库
  • 323 次浏览

ROUNDUP 函数将数字向远离零的方向舍入到指定位数的数字。

适用版本

Excel 2003+

说明

ROUNDUP 函数将数字向远离零的方向舍入到指定位数的数字。

返回值

向远离零舍入的数字。

语法

=ROUNDUP(number, num_digits)
=ROUNDUP(数字, 位数)

参数

  • number 必需。 要向远离零的方向舍入的数字。
  • num_digits 必需。 要进行向远离零的方向舍入后的数字的位数。

要点

  • 如果 num_digits 大于 0,则将数字向远离零的方向舍入到指定的小数位数。
  • 如果 num_digits 为 0,则将数字向远离零的方向舍入到最接近的整数。
  • 如果 num_digits 小于 0,则将数字向远离零的方向舍入到小数点左边的相应位数。

实例

Excel ROUNDUP 函数 使用实例教程