问题
I've this table in Excel Online (onedrive site) :
PEOPLE FIRSTNAME LASTNAME AGE ID
DETAILS
DETAILS
DETAILS
I would like to copy there lines of text and that it all will be filled into the appropriate rows.
for example,
Mariah Carey 30 5555
Marc Terenzi 31 7777
will fill the table by:
PEOPLE FIRSTNAME LASTNAME AGE ID
DETAILS Mariah Carey 30 5555
DETAILS Marc Terenzi 31 7777
Assuming that each full name contains only two names so " " (a space) can be an indicator for the new word.
How can I do it?
回答1:
- Paste the values in the column
FIRSTNAME
(Yes, data will be in one cell) - Select the cells with the values.
- Go to your
Data
tab. - Click on
Text To Columns.
- Choose
Delimited
option. - Select
Space
as separator. - Click
Finish
来源:https://stackoverflow.com/questions/47554289/split-text-to-columns-in-excel