R
Rick Gregory
[Excel 98/OS9]
I have an Excel workbook that contains multiple worksheets. Each worksheet
is identical in structure, but contains different data (each sheet
represents a different person).
I am trying to create a table in a new sheet that pulls selected bits from
each other sheet. For example, column 1 might contain the person's name
(which is same cell in every sheet). Column 2 would have the person's phone
number, etc.
I know I can manually type a function such as =sheet1!B7 to pull from
another sheet. But can I create a function that automatically picks up each
sheet name (30+ sheets)?
One idea is to type the sheet names in a column, and then somehow reference
those to create the function... For example, if cell "a1" contains the text
"Sheet1", can I create a formula that will pull the name from a1 to yield a
functioning formula (=sheet1!B7)...? Make sense?
I hope this is somewhat clear. Any help is greatly appreciated!!!
I have an Excel workbook that contains multiple worksheets. Each worksheet
is identical in structure, but contains different data (each sheet
represents a different person).
I am trying to create a table in a new sheet that pulls selected bits from
each other sheet. For example, column 1 might contain the person's name
(which is same cell in every sheet). Column 2 would have the person's phone
number, etc.
I know I can manually type a function such as =sheet1!B7 to pull from
another sheet. But can I create a function that automatically picks up each
sheet name (30+ sheets)?
One idea is to type the sheet names in a column, and then somehow reference
those to create the function... For example, if cell "a1" contains the text
"Sheet1", can I create a formula that will pull the name from a1 to yield a
functioning formula (=sheet1!B7)...? Make sense?
I hope this is somewhat clear. Any help is greatly appreciated!!!