Transposing data

  • Thread starter Thread starter Vkhara
  • Start date Start date
V

Vkhara

is their any other way of transposing the data rather than using copy,
paste special and transposing.
 
1) Use TRANSPOSE function

2) Use INDEX function with indexes based on ROW() and COLUMN()

3) Write a VBA proc

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top