A
Anders S
Hi Andrew,
What you want to do is certainly possible but how to do it depends on how the
128 worksheets are named. If the worksheet names are consistent like Sheet1,
Sheet2, Sheet3... etc, the summary sheet may be created with worksheet
functions, otherwise you need VBA code. More info is also needed on how the data
in the 128 sheets is organized.
However, as I understand your question I would rethink the strategy unless there
is a specific reason to have one worksheet for each computer. Instead of having
a summary sheet for 128 other sheets, make a master (database) sheet with all
the original data with columns for computer name, cpu speed, video card, serial
number, etc. That way you have all the data in on place which makes the setup
more robust. Then it's quite easy to create a report sheet to which you can
extract any information about any computer from the Excel database.
In any case, more details about the layout of the 128 sheets is required to give
a more detailed answer.
Regards
Anders Silven
What you want to do is certainly possible but how to do it depends on how the
128 worksheets are named. If the worksheet names are consistent like Sheet1,
Sheet2, Sheet3... etc, the summary sheet may be created with worksheet
functions, otherwise you need VBA code. More info is also needed on how the data
in the 128 sheets is organized.
However, as I understand your question I would rethink the strategy unless there
is a specific reason to have one worksheet for each computer. Instead of having
a summary sheet for 128 other sheets, make a master (database) sheet with all
the original data with columns for computer name, cpu speed, video card, serial
number, etc. That way you have all the data in on place which makes the setup
more robust. Then it's quite easy to create a report sheet to which you can
extract any information about any computer from the Excel database.
In any case, more details about the layout of the 128 sheets is required to give
a more detailed answer.
Regards
Anders Silven