D
dd
I have received an excel document as a 150 page manual. Each page is setup
as a proforma, containing the same headings, tables etc. although the tables
have different amounts of rows. I want to make this data more user friendly,
rather than havingto troll through the pages to find the required
information.
I have created a new worksheet with headings and, in order to copy the
information from the titles, i.e.
A1 B1
Element Windows
Feature Timber Frames
I think it needs to do the following:
For each cell in worksheet
If cell value="Element"
Copy next cell (right of) to sheet 2, column 1, row 2
Next cell -> if cell value -"Element" copy to sheet 2, column 1, row 3 and
so on.
Regards
Dylan DAwson
as a proforma, containing the same headings, tables etc. although the tables
have different amounts of rows. I want to make this data more user friendly,
rather than havingto troll through the pages to find the required
information.
I have created a new worksheet with headings and, in order to copy the
information from the titles, i.e.
A1 B1
Element Windows
Feature Timber Frames
I think it needs to do the following:
For each cell in worksheet
If cell value="Element"
Copy next cell (right of) to sheet 2, column 1, row 2
Next cell -> if cell value -"Element" copy to sheet 2, column 1, row 3 and
so on.
Regards
Dylan DAwson