A solution that does not matter if each item is available in each set.
Creating a Spreadsheet from Database data (#dbdata) within...
SNAKECOLS, How to snake columns to use fewer pages
http://www.mvps.org/dmcritchie/excel...col.htm#dbdata
the code is in
http://www.mvps.org/dmcritchie/excel/code/naddrdb.txt
New column and title will be created when a new title appears in Column A
--
HTH,
David McRitchie, Microsoft MVP -- Excel
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
"Kerevek" <(E-Mail Removed)> wrote in message
news:2102BB31-7E1B-47CD-9532-(E-Mail Removed)...
> That is correct.
>
> "Wild Bill" wrote:
>
>> Are the same 5 headings (strictly) always present, and is your data
>> (strictly) always in the pattern of those 5 lines followed by a blank
>> line?
>>
>> On Mon, 20 Aug 2007 21:22:02 -0700, Kerevek
>> <(E-Mail Removed)> wrote:
>>
>> >I have data that I've copied and the data within the spreadsheet is
>> >within 2
>> >columns. The first column repeats the headers while the second column
>> >has the
>> >data
>> >
>> >For example
>> >
>> >Name: John Smith
>> >Address: 1234 5th Ave
>> >City: Redmond
>> >State: WA
>> >Zip Code: 99934
>> >
>> >Name: Bob Thomas
>> >Address: 12111 Third St
>> >City: Seattle
>> >State: WA
>> >Zip Code: 98101
>> >
>> >How can I conver the first column into the first row as headers and take
>> >the
>> >data for each record and place into each row?
>>
>>