Excel ROUNDUP 函数
ROUNDUP 函数将数字向远离零的方向舍入到指定位数的数字。
适用版本
Excel 2003+
说明
ROUNDUP 函数将数字向远离零的方向舍入到指定位数的数字。
返回值
向远离零舍入的数字。
语法
=ROUNDUP(number, num_digits)
=ROUNDUP(数字, 位数)
参数
- number 必需。 要向远离零的方向舍入的数字。
- num_digits 必需。 要进行向远离零的方向舍入后的数字的位数。
要点
- 如果 num_digits 大于 0,则将数字向远离零的方向舍入到指定的小数位数。
- 如果 num_digits 为 0,则将数字向远离零的方向舍入到最接近的整数。
- 如果 num_digits 小于 0,则将数字向远离零的方向舍入到小数点左边的相应位数。
实例
其他
更多信息及示例请参考微软Office网站。
转载注明:文章转载自「懒人Excel - www.lanrenexcel.com」
本文链接:Excel ROUNDUP 函数