C
Craig
I have a couple of spreadsheets that use multiple lines for each record.
Sample follows:
Name Address City State Zip
Contact
John Citizen 111 Some Streeet Boston MA 00000
(e-mail address removed)
555-123-4567h
555-987-6543c
Jane Doe 222 Another Street Boston MA 00000
555-555-6666h
(e-mail address removed)
There is no order to the contact data.
I need to pull them into a database somehow.
Is there some way to "fill in" the data, programatically, from the above
lines. (i am looking at about 5000 records)
I know it would repeat the information but at least i could then I can split
the data into separate tables and combine it back with separte fields.
Thanks
Craig
Sample follows:
Name Address City State Zip
Contact
John Citizen 111 Some Streeet Boston MA 00000
(e-mail address removed)
555-123-4567h
555-987-6543c
Jane Doe 222 Another Street Boston MA 00000
555-555-6666h
(e-mail address removed)
There is no order to the contact data.
I need to pull them into a database somehow.
Is there some way to "fill in" the data, programatically, from the above
lines. (i am looking at about 5000 records)
I know it would repeat the information but at least i could then I can split
the data into separate tables and combine it back with separte fields.
Thanks
Craig