ola,
i have flat txt file (a telephone book):
how can i import into excel and get each data in one row and more columns:
tia
i have flat txt file (a telephone book):
Code:
zip: 12345
zip name: london
john doe
my street 12
tel: 12345678
zip: 45678
zip name: los angeles
mary brown
avenue 321
tel: 87654321
etc. etc.
how can i import into excel and get each data in one row and more columns:
Code:
12345 | london | john | doe | my street | 12 | 12345678
45678 | los angeles | mary | brown | avenue | 321 | 87654321
etc. etc.
tia