I have a starting table like this:
And I need to generate a row for each of the letters in the third column. What I did so far is to extract that info into separate columns, like this:
My goal is basically to get a table like this:
How can I achieve this? I thought about using a Pivot table, but I have no idea how and where to assign the different columns to in order to get what I need.
Note: I prefer not to use macros, as I have no experience using them, and I will have to do this kind of operation on a regular basis on different table structures, where the column "Letters" isn't as cut and dried as in my example (meaning I can't find out programmatically which row needs to be multiplied or not). I would have to rewrite the code constantly. I'd prefer if I could do it as a "regular" user.








