• 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 data

Afarag

Member
Hello there,

please I need your support as I have a table which needs to transpose the data vertically.
I want to transpose some of columns not the all table column, but each row will be transposed at autonomous table like the data that located at "Transpose" worksheet.

thanks a lot,
 

Attachments

  • transpose.xlsx
    16.5 KB · Views: 4
On the Transpose Sheet B2:
=IFERROR(OFFSET(Data!$A$1,1+(ROW()-2)/7,MATCH($A2,Table2[#Headers],0)-1),"")
Copy down to B84
 
Back
Top