如何检查 Excel 单元格值是否有空格... excel 2007
我有一个包含一些值的 Excel 文件。我需要检查单元格值是否包含空格。例如,有时用户会在单元格中写入一些值,但错误地在单元格中按 Enter 或 Space。我想看看单元格值里面是否有空格... 请告诉我该怎么做。
谢谢
I have an Excel file that contains some values. I need to check if a cell value contains spaces. For example, sometimes a user will write some values in the cell but mistakenly press Enter or Space in the cell. I want to see if the cell value has spaces inside...
Please tell me how to do this.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设我在单元格 A1 中键入“ABC ”(ABC 后跟一个空格)。这些公式中的任何一个都应该有帮助:
对于 VBA 版本:
示例用法:
Let's say I type "ABC " in cell A1 (ABC followed by a space). Either of these formulas should help:
For a VBA version:
Sample usage: