求:excel表格里怎么把米换算成千米,

来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/25 09:34:48
求:excel表格里怎么把米换算成千米,求:excel表格里怎么把米换算成千米,求:excel表格里怎么把米换算成千米,假如A1单元格=45米那么A2单元格=MID(A1,1,LEN(A1)-1)/1

求:excel表格里怎么把米换算成千米,
求:excel表格里怎么把米换算成千米,

求:excel表格里怎么把米换算成千米,
假如A1单元格=45米
那么A2单元格=MID(A1,1,LEN(A1)-1)/1000&"千米"
这样就换算成千米了.