EXCEL里的小数只入不舍并且保留一位小数怎么设置

如题所述

第1个回答  2017-05-11
=roundup(A1,1)
A1为引用单元格
第2个回答  2017-05-11
第3个回答  2017-05-11
=roundup(a1,1)
相似回答