How to Convert collums of data to rows

G

ganoudij

Sounds simple, but I can't seem to figure it out. I want
to convert collumnar data into rows to use in a 3D
graphing application.

For example, I want to covert data like this:

Date Time kW
Tuesday,March 23,2004 7:30 501
Tuesday,March 23,2004 8:00 526
Tuesday,March 23,2004 8:30 504

To data like this:

Time
Date 7:30 8:00 8:30
Tuesday,March 23,2004 501 526 504

TIA

Julian
 

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