MyFlight
Technical User
- Feb 4, 2002
- 193
I have a text file (Switch Dial-Plan) that prior to import looks like below:
0,,,STN,N,,,,,;
1111&&1114,,,STN,N,,,,,;
1130,,,TIE,N,,,,,;
1131,,,TIE,N,,,,,;
1132,,,STN,N,,,,,;
1135&&1186,,,STN,N,,,,,;
120000,,,STN,N,,,,,;
120055&&120056,,,STN,N,,,,,;
134501&&136998,,,STN,N,,,,,;
136999,,,RCG,N,,,,,;
140998,,,STN,N,,,,,;
145,,,CO,N,,,,,;
These files ( I have to do this for about 30 files, range in size from 5KB to 991KB.
I can import the data in one of two ways:
1. With the 2 numbers (&& between them) in the same column.
2. With the 2 numbers (&& between them)in seperate columns.
the Main problem I have is:
1. How can I get excel to List these numbers Vertically in sequence witht the others|?
EXAMPLE 1111&&1114,,,STN,N,,,,,;
this should list out like:
1111,,,STN,N,,,,,;
1112,,,STN,N,,,,,;
1113,,,STN,N,,,,,;
1114,,,STN,N,,,,,;
Any and All suggestions will be welcome.
0,,,STN,N,,,,,;
1111&&1114,,,STN,N,,,,,;
1130,,,TIE,N,,,,,;
1131,,,TIE,N,,,,,;
1132,,,STN,N,,,,,;
1135&&1186,,,STN,N,,,,,;
120000,,,STN,N,,,,,;
120055&&120056,,,STN,N,,,,,;
134501&&136998,,,STN,N,,,,,;
136999,,,RCG,N,,,,,;
140998,,,STN,N,,,,,;
145,,,CO,N,,,,,;
These files ( I have to do this for about 30 files, range in size from 5KB to 991KB.
I can import the data in one of two ways:
1. With the 2 numbers (&& between them) in the same column.
2. With the 2 numbers (&& between them)in seperate columns.
the Main problem I have is:
1. How can I get excel to List these numbers Vertically in sequence witht the others|?
EXAMPLE 1111&&1114,,,STN,N,,,,,;
this should list out like:
1111,,,STN,N,,,,,;
1112,,,STN,N,,,,,;
1113,,,STN,N,,,,,;
1114,,,STN,N,,,,,;
Any and All suggestions will be welcome.