Excel - transpose pairs of columns
问题 I'm attempting to transpose - if that's the right application of the term - pairs of columns into repeating rows. In concrete terms, I need to go from this: Thing1 6 0.29 5 0.23 7 0.19 8 0.11 to this: Thing1 6 0.29 Thing1 5 0.23 Thing1 7 0.19 Thing1 8 0.11 This operation will occur with at least 7 pairs of columns for several hundred "things." The part I can't figure out is how to group/lock the pairs to be treated as one unit. In some ways, I'm trying to do the opposite of what is normally