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

Please help to convert data from one form to another

Try...………...

1] In K2, copied down :

=IFERROR(INDEX(A$2:A$4,INT((ROW(A1)-1)/COUNTIF($A$1:$F$1,"Name"))+1),"")

2] In J2, copied down :

=IF($K2="","",VLOOKUP($K2,$A$1:$F$4,(COUNTIF($K$2:$K2,$K2)-1)*2+3,0))

3] In L2, copied down :

=IF($K2="","",VLOOKUP($K2,$A$1:$F$4,(COUNTIF($K$2:$K2,$K2)-1)*2+4,0))

68445
 
Back
Top