excel - Put mutiple data of columns in to rows -


i have excel sheet contains hundreds of data this..

name 1  name 2  name 3  name 4          aa      aaa   aaa   name 5  name 6  name 7  name 8     b     bb      bbb    bbbb 

i need put them @ once

name 1      name 2      aa name 3      aaa name 4      aaa  name 5      b name 6      bb name 7      bbb name 8      bbbb 

how it? macro method?..please me


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -