How can I copy and paste multiple rows of data that contains a comma, such as LastName, FirstName into a single column in Excel 2007? The default behavior seems to be to split the data into two columns.
| ||||
|
feedback
|
|
Use the text importation wizard instead of pasting the data (Data -> Obtain External Data -> From text) Edit: I found out that, after using the Text to Columns wizard with the comma option enabled, the results persist to copy-paste, as C. Ross pointed out. In this case, launch the assistant again, select the Delimited type and uncheck Comma. This will prevent text from being split by comma in the future. | ||||
|
feedback
|
|
When you paste the data into Excel there should be a small icon location at the bottom of the window and to the right of the data which will look like a clip board. if you click on that you should be able to choose | |||
|
feedback
|
|
Also, if you have ever opened a txt, or csv file previously in excel and set the delimiter to commas, it will try to help you for future file openings. Try, changing the import settings by opening a txt file, no matter what it is, and set the files import delimiters as you expect to paste them. Then on the next attempt it should get it right | |||
|
feedback
|
|
If you have only one row of data, try doing it by pressing "F2" before pasting the data. Also check if your data does not contain "tab" in between. | |||||
|
feedback
|

LastName, FirstNameformat, it is pasted into a single column by default. – Mehper C. Palavuzlar Nov 9 '10 at 14:02