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 表的单列中有一长串姓名和电子邮件地址。 格式如下:
Smith,John <john.smith@ourcompany.com>
我需要将姓名与电子邮件地址分开并将它们分成两列。 姓名和电子邮件地址之间的唯一分隔符是空格。
任何想法如何做到这一点?
If there are no other spaces in the names, in Excel 2007+, you can simply use: Data > Text to Columns > Delimited > Next > Space > Finish.
If there are spaces in the names that approach won't work well.