View Single Post
  #1   Report Post  
bmac184 bmac184 is offline
Junior Member
 
Location: Chicago
Posts: 1
Angry Transpose Arrays with variable row counts

I have a list that I need to transpose and can't figure out how to accomplish it. Spreadsheet looks like this:

Column A Column B
AA Apple
AA Pear
BB Orange
BB Pineapple
BB Strawberry
CC Orange


and I want to transpose it to be:

Column A Column B Column C Column D
AA Apple Pear
BB Orange Pineapple Strawberry
CC Orange

Can anyone help??