可以直接使用四舍五入round()公式,=round(A1,-2)注意用-2
取整方式(不要尾数):=int(A1/100)*100四舍五入方式:=round(A1/100,0)*100
A1=39237B1=ceiling(A1,100)