I would like a macro to convert the following
NAME COLOR1 COLOR2 COLOR3 COLOR4
jane blue pink red teal
john red black green gold
to
NAME COLOR
jane blue
jane pink
jane red
jane teal
john red
john black
john green
john gold
I have tried using the built-in transpose tool, but that does not seem to work. It seems like I need a custom script...