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

Formatting

You have your sample workbook? maybe more easy to help when see the table and you expected results

Regards
 
Try this..

=INDEX('Horizontal '!$A$2:$E$26,COLUMN(A1),ROW(A1))

In Index function.. in place of ROW section use Column and vice versa for COLUMN
Drag downward / right to fetch the recotrds.
 
Last edited:
Try this..

=INDEX('Horizontal '!$A$2:$E$26,COLUMN(A1),ROW(A1))

In Index function.. in place of ROW section use Column and vice versa for COLUMN
Drag downward / right to fetch the recotrds.

Tanx Debraj, that was indeed helpful... :)
 
Back
Top