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
One more question xlstime, how do i do it if it's in the other sheet?HI GeraldDLT,
See if this help
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
Me with still Index match
E2=INDEX($M$7:$Q$10,MATCH($A2,$M$7:$M$10,0),MATCH($D2,$M$7:$Q$7,0))
and drag
Me with still Index match
E2=INDEX($M$7:$Q$10,MATCH($A2,$M$7:$M$10,0),MATCH($D2,$M$7:$Q$7,0))
and drag