How to pivot duplicate rows to columns?
问题 having a hard time figuring out how to pivot a multi-column data set with duplicate rows into unique columns. I have done research and found some VBA scripts to do this, but it is resulting in data missing when I do counts to confirm it pivoted correctly and ends up adding in duplicate columns (name/ rating year) over and over. Anyone have any ideas? I'd do a pivot table, but I can't display the actual rating values in a pivot, only a sum/count/avg. etc... 回答1: You can do this easily in