C
Candace
I'm looking for a way to view a subset of information from a large
spreadsheet. Imagine a workbook of equipment for a business buiding. Each
room in the building has its own worksheet. Each room's worksheet contains a
list of equipment (scanner, printer, computer, telephone) with cells that
have a code assigned to each type of equipment. Here is an example
spreadsheet for office number one:
Code Item Ordered Working
------- --------- ------------ ----------
100 Scanner 12/1/2009 Yes
200 Printer 11/3/2007 No
300 Computer 1/22/2009 Yes
400 Telephone 10/8/2006 Yes
What would be the most efficient way to create a subset that shows a view of
all computers in the "whole building", based on the code that is assigned to
computers? So this view would show the rows from all worksheets in the
workbook that have a code of "100" based on the sample above. Any ideas?
spreadsheet. Imagine a workbook of equipment for a business buiding. Each
room in the building has its own worksheet. Each room's worksheet contains a
list of equipment (scanner, printer, computer, telephone) with cells that
have a code assigned to each type of equipment. Here is an example
spreadsheet for office number one:
Code Item Ordered Working
------- --------- ------------ ----------
100 Scanner 12/1/2009 Yes
200 Printer 11/3/2007 No
300 Computer 1/22/2009 Yes
400 Telephone 10/8/2006 Yes
What would be the most efficient way to create a subset that shows a view of
all computers in the "whole building", based on the code that is assigned to
computers? So this view would show the rows from all worksheets in the
workbook that have a code of "100" based on the sample above. Any ideas?