ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Variable worksheet name in offset (https://www.excelbanter.com/excel-worksheet-functions/127778-variable-worksheet-name-offset.html)

Dave T

Variable worksheet name in offset
 
I am trying to use the offset function with a worksheet name that changes
based upon a drop down list:

offset('worksheet name'!c1,$A$26,0)

How can I replace 'worksheet name' with the contents of a cell that contains
the results from the drop down list. I tried to use the indirect function
but I keep getting errors. I am basically setting up a single chart that I
can use to display info from various worksheets and particular rows on the
woorksheets. Any help would be great.


Roger Govier

Variable worksheet name in offset
 
Hi Dave

=OFFSET(INDIRECT("'"&A1&"'!C1"),$A$26)
where A1 holds the worksheet name

Note that the quotes are " ' " and " ' ! C1"

--
Regards

Roger Govier


"Dave T" wrote in message
...
I am trying to use the offset function with a worksheet name that
changes
based upon a drop down list:

offset('worksheet name'!c1,$A$26,0)

How can I replace 'worksheet name' with the contents of a cell that
contains
the results from the drop down list. I tried to use the indirect
function
but I keep getting errors. I am basically setting up a single chart
that I
can use to display info from various worksheets and particular rows on
the
woorksheets. Any help would be great.




Dave T

Variable worksheet name in offset
 
Roger

Your suggestion worked like a charm. Thanks for your help.

"Roger Govier" wrote:

Hi Dave

=OFFSET(INDIRECT("'"&A1&"'!C1"),$A$26)
where A1 holds the worksheet name

Note that the quotes are " ' " and " ' ! C1"

--
Regards

Roger Govier


"Dave T" wrote in message
...
I am trying to use the offset function with a worksheet name that
changes
based upon a drop down list:

offset('worksheet name'!c1,$A$26,0)

How can I replace 'worksheet name' with the contents of a cell that
contains
the results from the drop down list. I tried to use the indirect
function
but I keep getting errors. I am basically setting up a single chart
that I
can use to display info from various worksheets and particular rows on
the
woorksheets. Any help would be great.






All times are GMT +1. The time now is 12:12 AM.

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