Hello,

I am trying to turn the following row (and similar rows);

Name Age Gender Tel Number
John Smith 32 Male 09876 345432

into a number of multiple rows;

Name Attribute Name Attribute Value
John Smith Age 32
John Smith Gender Male
John Smith Tel Number 09876345432

Any help much appreciated.

Regards
Shaun