excel将小数转为整数,不用四舍五入,如0.2直接取数为1

2024年11月28日 15:40
有4个网友回答
网友(1):

假设数据在A1,要在B1得到结果。在B1输入:
=CEILING(A1,1)
就可以了。。。
试试把。

网友(2):

用向上取整函数,比如在A1中输入数字2.1 则在B1中输入=Roundup(A1,0) 即2.1=3 你试试看

网友(3):

好像不能,坐等高手……

网友(4):

是无条件进位吗
=roundup(A1,0)