The title is a little confusing but essentially I know what is happening just don't know how to prevent it from happening.
When I copy the following column from SQL Server: (the data is all in one column)
Rows | Column A
Row1 | 1. Description: Customer 2. Replicate issue: recreated 3. Other issues: no other
and paste it into Excel it looks like this:
Rows | Column A
Row1 | 1. Description: Customer
Row2 | 2. Replicate issue: recreated
Row3 | 3. Other issues: no other
I would like the paste to be identical to the column from SQL Server, however I do not know how to remedy this...I have toyed with some text to columns stuff but 1) I don't know what I'm doing there and 2) I don't think that is it....
I have also tried saving as a .txt file and import it that way and no dice.
Thanks in advance!