A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Jennie_Cultus,
Not sure about doing this in a single hit but here's a 3 step procedure:
- Convert the carriage returns to commas with =SUBSTITUTE(A1,CHAR(10),",")
- Copy the result of above and paste special Value into another cell
- Use Text to Columns (Data tab, Data Tools group)
___________
Regards, Tom