The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Actually, just go into excel, do file->open.
Change the file type to 'Text File'
Find that .txt and open it.
On the next dialog, click the delimited radio button, then click the comma separator.
Shouldn't have even needed a batch, notepad and Ctrl+h and replace quotes with nothing.
That aside; excel 2003 does differently than 2k. 2k3 treats quotes as a whole string thus puts it all into one column, but 2000 lets you choose the delimiter and ignores quotes.
Peculiar.
rfalias on
0
Sir CarcassI have been shown the end of my worldRound Rock, TXRegistered Userregular
This is what you need. Just select your data, fire up Text to Columns, tell it where you want to split it (on the commas) and it will separate it all into columns for you.
Posts
Open it as a .csv, or just change the extension to .csv, should work fine.
What does it look like in excel when it opens up?
Change the file type to 'Text File'
Find that .txt and open it.
On the next dialog, click the delimited radio button, then click the comma separator.
"john doe, blah blah, xlkjsdfjlsd, etc etc"
???
You probably just need to delete the quotes.
Practical is right, this is what is fucking you up. Find/replace quotemarks with nothing and you should be able to open it up just fine.
How the hell did they get it to export like that anyway?
I ended up just writing a batch file that scrubbed out the quotes for me. Then used excel to import it looking for commas as the delimiters.
Thanks
That aside; excel 2003 does differently than 2k. 2k3 treats quotes as a whole string thus puts it all into one column, but 2000 lets you choose the delimiter and ignores quotes.
Peculiar.
This is what you need. Just select your data, fire up Text to Columns, tell it where you want to split it (on the commas) and it will separate it all into columns for you.