Automatic table

Copper Contributor

Hi! I need help with creating a table. In sheet 1, I have my data. I want to transfer the names under Column A to the table on Sheet 2, and are categorized according to the identified labels. I'm trying the pivot, however, it only calculates and not copy the texts. 

 

I'll be attaching the file for reference. Hoping that you can help me. Thank you!

 

Sheet 1

lavtubo12_1-1615793204935.png

Sheet 2

lavtubo12_2-1615793249709.png

 

Preferred output:

lavtubo12_4-1615793319776.png

 

1 Reply

@lavtubo12 

Depends on which version of Excel you are. For such transformation

image.png

in J2 it could be

=TRANSPOSE(UNIQUE(F2:F7))

in J3

=FILTER($A$2:$A$7,$F$2:$F$7=J$2,"")

and drag it to the right.