文章内容输出来源:拉勾数据分析训练营

第一章excel中roundup使用指南

语法
ROUNDUP(number, num_digits)
ROUNDUP 函数语法具有下列参数:
◾ Number 必需。 需要向上舍入的任意实数。
◾ num_digits 必需。 要将数字舍入到的位数。
备注
◾ROUNDUP 的行为与 ROUND 相似,所不同的是它始终将数字进行向上舍入。
◾如果 num_digits 大于 0(零),则将数字向上舍入到指定的小数位数。
◾如果 num_digits 为 0,则将数字向上舍入到最接近的整数。
◾如果 num_digits 小于 0,则将数字向上舍入到小数点左边的相应位数。

excel中roundup使用指南

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
  • 2021-12-13
  • 2021-08-04
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-10
  • 2021-06-29
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-05-06
  • 2021-07-20
相关资源
相似解决方案