• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Transpose columns to rows with help of formula

Hi Friends,
I have account numbers tag to account holders which are in different columns in different cells,
I need account numbers in rows against each account holder in single cell and not in different cells.

Is there any formula for doing this. Attached excel for reference.

upload_2015-12-11_14-15-52.png
Thanks for help in advance

Regards,
Gaurang Mhatre
 

Attachments

Assuming you have a small list
I would simply use a manual technique like
=A2&","&A3&","&A4&","&A5

Add and remove cells as required
 
If you have large set, you can do something like.

in B2: =A2
in B3: =B2&","&A2
Copy down to B5.

Copy B2 to B8 and Copy B3 to B9. So on so forth.

You will have concatenated cell at last row of each set.
 
Back
Top