vote up 0 vote down star

Hello. I have a fixed width text file and I want to automatically import certain spaces in each line into specific cells of an Excel 2003 sheet. Can you help me?

I will re-phrase my question because the previous one wasn't very clear. I need to read specific characters (i.e. 12-17, 23-29) and place them inside a excel sheet. Is this possible?

flag
By "spaces", do you mean actual whitespace or do you mean segments of the line of text (e.g. characters 17-32)? – barrowc Mar 16 at 0:28
You should clarify that you want to import fixed-width values from a text file where each line is separated by a Return/Enter... and also what's "a certain" for you? values above or below a threshold, what? – jpinto3912 Mar 17 at 14:33

2 Answers

vote up 0 vote down

Excel will parse out any whitespaces and leading zeros when reading text. If you can, format your text file as CSV with delimited values, and format your values as formulas, like this:

=" Value 1",="0000",="     more spaces     ",="    "

This will preserve the values.

link|flag
vote up 0 vote down

Yes it's possible. Check the "Fixed length" option in the import wizard and tell Excel how many characters there is for each field.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.