C
Chris Mitchell
I have to convert an excel file into a .txt file, which I can do, however I
also need to enclose the entries in "double quotes".
The data in the original excel file looks as follows:
Column 1 Column 2
AB/LN/UC CE/CRS
AB/LN/UC CVL/MST
AB/LN/UC GW/EMD
I need the data in the .txt file needs to look as follows:
"AB/LN/UC","CE/CRS"
"AB/LN/UC","CVL/MST"
"AB/LN/UC","GW/EMD"
I don't want to have to do a load of concatenation to arrive at this over
4.5K rows.
Is there a standard way of doing this in excel?
If yes how?
Can it be done via access?
If yes how?
TIA.
also need to enclose the entries in "double quotes".
The data in the original excel file looks as follows:
Column 1 Column 2
AB/LN/UC CE/CRS
AB/LN/UC CVL/MST
AB/LN/UC GW/EMD
I need the data in the .txt file needs to look as follows:
"AB/LN/UC","CE/CRS"
"AB/LN/UC","CVL/MST"
"AB/LN/UC","GW/EMD"
I don't want to have to do a load of concatenation to arrive at this over
4.5K rows.
Is there a standard way of doing this in excel?
If yes how?
Can it be done via access?
If yes how?
TIA.