Blue Velvet said:What you need to do is create what's called a 'tab-delimited' or 'comma-delimited' text file that can then be easily imported into Excel.
Blue Velvet said:If there is a certain character separating your values, you could do a find and replace substituting tabs for those characters.
quigleybc said:In the text file? or in excel?
I'm assuming you mean excel.
Thanks again, I'm obviously a beginner at this. 😱
A tab delimited file is a special kind of plain text file with a tab between each column in the text. When imported into your page layout software, the tabs allow the columns to line up neatly.
Blue Velvet said:Can you post a small example of the data so we can see what you're dealing with?
Phatpat said:In Excel for Windows (not at my mac write now) it lets you choose a custom delimiter, so if your values are separated by |, or spaces, or #, it will work just find without find and replacing on the text file.
From excel, you open the text file, and it will come up with a little import wizard, and this is where you will enter your custom delimiter.
I imagine it should work similarly on the Mac version, anyone?