round(DATESUBDATE(G13, D13, "m")/60,1),要先转换成分钟,再除以60,保留一位小数
现在不就是一位了吗
round(b2,1)
int(DATESUBDATE(G13,D13,"h"))
这个到小时,一位小数也是7.0格式
format(你的公式,"#0.0")