Using Vlookup/Macros to Transpose
问题 In Excel, I have a unique listing of people and their various roles that they hold in separate columns within each row as following: Name Role Role Role Role Role John A B C null null Jane D C null null null Lisa A B C F G I want to transpose all the roles for each unique 'Name' so that there is a row for each combination of Name - Role as follows: Name Role John A John B John C Jane D Jane C Lisa A Lisa B Lisa C Lisa F Lisa G Is there any combination of functions or macros I can utilize to