• 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 vertical values to horizontal

GeraldDLT

Member
Hi All,

i need your help again, first thank you for reading this. I have a lot of data in vertical position my boss ask me to transpose it in horizontal. Please help me. Thank you.



Cheers,
Gerald
 

Attachments

  • demo.xlsx
    10.3 KB · Views: 8
Hi,

Another option in using non-array formula.

1] In Sheet1 I8, formula copy across and down :

=LOOKUP(2,1/($A$2:$A$10=$G8)/($D$2:$D$10=I$7),$C$2:$C$10)

Or,

2] If the result sheet is in the other sheet, say Sheet2.

In Sheet2 C3, formula copy across and down :

=LOOKUP(2,1/(Sheet1!$A$2:$A$10=$A3)/(Sheet1!$D$2:$D$10=C$2),Sheet1!$C$2:$C$10)

Regards
 

Attachments

  • demo1.xlsx
    11.2 KB · Views: 9
Hi,

Another option in using non-array formula.

1] In Sheet1 I8, formula copy across and down :

=LOOKUP(2,1/($A$2:$A$10=$G8)/($D$2:$D$10=I$7),$C$2:$C$10)

Or,

2] If the result sheet is in the other sheet, say Sheet2.

In Sheet2 C3, formula copy across and down :

=LOOKUP(2,1/(Sheet1!$A$2:$A$10=$A3)/(Sheet1!$D$2:$D$10=C$2),Sheet1!$C$2:$C$10)

Regards

It's an honor to meet you bosco_yip.
 
xlstime & bosco_yip I thank both of you for all of your ideas, i've learn a lot just from those samples. But i'll be needing your help once more. The opposite of attendance, schedule.
 

Attachments

  • Demo (2).xlsx
    12.8 KB · Views: 6
Back
Top