Convert Column to Row

B

banker123

I have a table:

ID Price Quantitiy
1 1.00 2


I would like to convert the original table to something like this:
This is a small sample of a much larger table.

ID Measure Data
1 Price 1.00
1 Quantity 2
 
B

Bill Ridgeway

banker123 said:
I have a table:

ID Price Quantitiy
1 1.00 2


I would like to convert the original table to something like this:
This is a small sample of a much larger table.

ID Measure Data
1 Price 1.00
1 Quantity 2



Copy the columns(s) you want to place into row(s)

Use <Paste Special><Transpose> to put the data into rows.

Bill Ridgeway
 

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