Hi,
i am working on a huge database, let say i have column A, and it lists
a1
a2
a3
a4
a5
a6
a7
a8
a9
and so on
how do i transpose them into columns (there are three space between them) like:
a1 a2 a3
a5 a6
a7 a8 a9
and so forth.
thanks in advance
i am working on a huge database, let say i have column A, and it lists
a1
a2
a3
a4
a5
a6
a7
a8
a9
and so on
how do i transpose them into columns (there are three space between them) like:
a1 a2 a3
a5 a6
a7 a8 a9
and so forth.
thanks in advance