• 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 a row of data and keep posting that info down

FVFO

New Member
Hi,

Hope someone can help with this:

upload_2018-9-19_14-5-26.png

Just wondering if this can be achieved via formula or will a VBA macro be necessary to achieve such a feat.

Hope someone can help!!
 
1] Assume your data in A1:E1

2] In G1 copied down :

=INDEX($A$1:$E$1,AGGREGATE(15,6,COLUMN($A$1:$E$1)/($A$1:$E$1<>""),MOD(ROW(A1)-1,COUNTA($A$1:$E$1))+1))

Regards
Bosco
 
Back
Top