Thread: Sorting Data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MicMicHK MicMicHK is offline
external usenet poster
 
Posts: 5
Default Sorting Data

Hi, I have a text file which contains about 500 customers info, it's in a
format like this:

1. ABC Company
Name: Mary
Tel: 8391039
e-mail:
address: xxxxxxxxx

2. XYZ Company
Name: John
Tel: 88347899
e-mail:

address: xxxxxxxxx



What's the quickest way to change it into a format like this?

Company Name Tel e-mail address
1 ABC Com Mary ... som.. xxxxxxx
2 XYZ Com John ... Som... XXXXX


Doesn't have to be Excel, if others like Access can do the job, please
kindly tell me, thanks a lot!