split text to columns in excel
问题 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