ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Referencing worksheet names from a list?? (https://www.excelbanter.com/excel-discussion-misc-queries/203840-referencing-worksheet-names-list.html)

Ace70

Referencing worksheet names from a list??
 
Hi

On one of my worksheets, I have a vertical list of all the worksheet
names that are in the xls file.

Next to each worksheet name in the list, I am trying to create a
formula that references the worksheet name and returns a particular
cell value within that worksheet.

I have been tinkering with the INDIRECT function but can't seem to
string it all together.

Any clues on how to do this?

Cheers

Bull


T. Valko

Referencing worksheet names from a list??
 
Try this:

A1 = Sheet Name

=INDIRECT("'"&A1&"'!B27")

Which evaluates to:

='Sheet Name'!B27

--
Biff
Microsoft Excel MVP


"Ace70" wrote in message
...
Hi

On one of my worksheets, I have a vertical list of all the worksheet
names that are in the xls file.

Next to each worksheet name in the list, I am trying to create a
formula that references the worksheet name and returns a particular
cell value within that worksheet.

I have been tinkering with the INDIRECT function but can't seem to
string it all together.

Any clues on how to do this?

Cheers

Bull




Ace70

Referencing worksheet names from a list??
 
Awesome! Perfect. Thanks

T. Valko

Referencing worksheet names from a list??
 
You're welcome!

--
Biff
Microsoft Excel MVP


"Ace70" wrote in message
...
Awesome! Perfect. Thanks





All times are GMT +1. The time now is 08:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com