how to transpose a table into two columns?

P

pemt

Dear all,

I have a table like this:
Name Value1 value2 value3 value4
A 1 2 3 4
B 4 3
C 5 6 7

How to convert it to two columns like this:
A 1
A 2
A 3
A 4
B 4
B 3
C 5
C 6
C 7

Thanks,

pemt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top