Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Excel 2010 中删除单元格中除前 3 个字符之外的所有字符?我有一列数据需要删除所有内容,除了前 3 个字符外,它可以是 6 个字符,最多 30 个字符。没有一个字符是相同的,因此查找和替换将不起作用。
把它放在B1并复制下来。我假设数据在 Col A 中。
=LEFT(A1,3)