Parsing Text To Columns
Posted by Emy on February 12, 2002 8:21 PM
I have a text file with the following data:
20 60 40 Apple
10 12 31 Orange
62 22 11 Banana
11 22 33 Orange
12 33 23 Apple
11 22 33 Banana
How can Excel parse this data so that each fruit has its own column, i.e.:
R1C1: 20 60 40 Apple
R2C1:12 33 23 Apple
R1C2: 10 12 31 Orange
R2C2: 11 22 33 Orange, etc.
I've tried inserting tabs at the end of each line and using that as a delimiter, but it doesn't separate each fruit in its own column. Thanks very much in advance.