G
Guest
I have an output table generated by a web based form that looks like this
(example):
Facility Project 1 info. Project 2 info etc....
LabA abc def
I want to map this into a table that looks like this
Facility Project info
LabA abc
LabA def
So basically I want to convert one long array of data into less columns with
multiple rows. Can someone push me in the right direction on how to go about
this?
Thanks in advance.
~Theresa
(example):
Facility Project 1 info. Project 2 info etc....
LabA abc def
I want to map this into a table that looks like this
Facility Project info
LabA abc
LabA def
So basically I want to convert one long array of data into less columns with
multiple rows. Can someone push me in the right direction on how to go about
this?
Thanks in advance.
~Theresa