J
johnahartman
HELP! I have run a macro to bring text data into excel that is ordered
into two columns with a header called Field and one called Data. Each
set of form data varies i.e some people did not choose an option so the
field or data are not in the list so a simple copy/past/transpose does
not work. Each record is separated by the header.
Example:
A B
Field Data
field1 data1
field2 data2
field3 data3
Field Data
field1 data1
field2 data2
Field Data
Field Data
field1 data1
field2 data2
field3 data3
I am hoping someone has a handy macro that can either select data
between Field Data headers or one that could process through and do
loop at field headers and insert data into rows. For example
goto Field HEADER
if field = field1 then insert data1 into row A next column
This is for a non-profit and they need to get allot of member info
ASAP. I am putting into DB so they do not have to deal with these text
files. Any help would be greatly appreciated.
into two columns with a header called Field and one called Data. Each
set of form data varies i.e some people did not choose an option so the
field or data are not in the list so a simple copy/past/transpose does
not work. Each record is separated by the header.
Example:
A B
Field Data
field1 data1
field2 data2
field3 data3
Field Data
field1 data1
field2 data2
Field Data
Field Data
field1 data1
field2 data2
field3 data3
I am hoping someone has a handy macro that can either select data
between Field Data headers or one that could process through and do
loop at field headers and insert data into rows. For example
goto Field HEADER
if field = field1 then insert data1 into row A next column
This is for a non-profit and they need to get allot of member info
ASAP. I am putting into DB so they do not have to deal with these text
files. Any help would be greatly appreciated.