小编Tig*_*trm的帖子

在Excel中舍入不同的数字

我需要一个公式,根据数字是数十,数百,数千,数十,数百万等不同来对数字进行舍入.我知道Excel中的基本舍入函数但不确定如何准确地执行此操作.

例子:

1 - 999 need to be rounded up to the nearest 10.
1.000 - 99.999 need to be rounded up to the nearest 100.
100.000 - 999.999 need to be rounded up to the nearest 1.000.
1.000.000 - 999.999.999 need to be rounded up to the nearest 100.000.
1.000.000.000 - 999.999.999.999 need to be rounded up to the nearest 1.000.000
Run Code Online (Sandbox Code Playgroud)

所有这一切都在单一的公式中,可以很容易地被复制下来.

任何帮助将不胜感激!

excel rounding

3
推荐指数
1
解决办法
720
查看次数

标签 统计

excel ×1

rounding ×1