C
Clarkey
Hi,
I hope I can explain this one. I have a report from an external sourc
which is imported as text into excel. I have used the text impor
wizard to organise into columns as best as possible. However, in orde
that I can use the data to create pivot tables etc. there needs to b
some further re-organisation of the data. For example, assume that
simplified version of the report may look like:
Location 1
-------------
Asset Value
001 100.00
002 150.00
003 125.00
[Row of text]
[Row of text]
Location 2
-------------
Asset Value
010 200.00
050 175.00
025 180.00
005 500.00
Imagine this for thousands of rows with hundreds of locations. Th
number of rows of text between each location can vary (these represen
report headers/footers from the external source). I want to reorganis
the data into the following database-style format:
Location Asset Value
1 001 100.00
1 002 150.00
1 003 125.00
2 010 200.00
2 050 175.00
2 025 180.00
2 005 500.00
Any ideas on how this can be done automatically?
Many thanks in advanc
I hope I can explain this one. I have a report from an external sourc
which is imported as text into excel. I have used the text impor
wizard to organise into columns as best as possible. However, in orde
that I can use the data to create pivot tables etc. there needs to b
some further re-organisation of the data. For example, assume that
simplified version of the report may look like:
Location 1
-------------
Asset Value
001 100.00
002 150.00
003 125.00
[Row of text]
[Row of text]
Location 2
-------------
Asset Value
010 200.00
050 175.00
025 180.00
005 500.00
Imagine this for thousands of rows with hundreds of locations. Th
number of rows of text between each location can vary (these represen
report headers/footers from the external source). I want to reorganis
the data into the following database-style format:
Location Asset Value
1 001 100.00
1 002 150.00
1 003 125.00
2 010 200.00
2 050 175.00
2 025 180.00
2 005 500.00
Any ideas on how this can be done automatically?
Many thanks in advanc