View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
AdrianCoyte AdrianCoyte is offline
external usenet poster
 
Posts: 3
Default How do i rotate data - see below

I have data (lots of it - 200k lines) that looks like this:

Row/Column A B
1 RABBIT 123
2 RABBIT 887
3 RABBIT 455
4 PIG 336
5 PIG 723

I want this to look like:
Row/Column A B C D
1 RABBIT 123 887 455
2 PIG 336 723


I know that I can transpose each one in turn, but that would take weeks.

Is there someone clever out there ?