reformatting input data
I have a spreadsheet that contains imported data from a csv file in the format
device1 par A
device1 par B
device1 par C
device1 par D
device2 par A
device2 par B
device2 par C
device2 par D
etc, for hundreds of devices. I would like to re arrainge the data in the
format
device 1 par A par B par C par D
device 2 par A par B par C par D
etc. the original data is 2 columns wide. after the data values (par) are
filled-in, I then want to reverse the orientation back to the original. Any
help would be greatly appriciated!
|