De-Stacking columns in Excel using VBA
问题 I have a dataset in three columns composed of a repeating set of UUIDs in the first column, string responses for each UUID in the second, and a code for each response in the third. I need to break this out into multiple sets of columns, one for each repeating set of UUIDs. See the below illustration: I Have: UUID RESPONSE Resp. Code id1 String1 Code1 id2 String2 Code7 id3 String3 Code3 id1 String4 Code3 id2 String5 Code5 id3 String6 Code1 I need: UUID RESPONSE Resp. Code RESPONSE Resp. Code