i have a text file with data like this


5*
a
b
4*
c
d
1*
e
f
g
h
5*
i
j
1*
k
and so on

marked in 5 categories 5*,4*,3*,2*,1*
i want to create a xl file like this

5* a
5* b
5* i
5* j
4* c
4* d
1* e
1* f
1* g
1* h
1* k

how can i do this

thanks
Ashvani