Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Excel 删除单元格中的尾随空格_Excel_Trailing - Fatal编程技术网

Excel 删除单元格中的尾随空格

Excel 删除单元格中的尾随空格,excel,trailing,Excel,Trailing,我有一堆单元格,在值后面有一个尾随空格。我尝试使用=clean,但这并没有将其删除。有人知道另一种方法吗?使用=TRIM(A1)如果TRIM不能单独工作,请尝试=TRIM(CLEAN(A1)),谢谢!!

我有一堆单元格,在值后面有一个尾随空格。我尝试使用=clean,但这并没有将其删除。有人知道另一种方法吗?

使用
=TRIM(A1)
如果TRIM不能单独工作,请尝试
=TRIM(CLEAN(A1))
,谢谢!!