Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default worksheet names in drop down list for reference

I created a drop down list of the worksheet names on a summary page. I want
to be able to select a worksheet from the drop down list and have cells on
the summary page fill with the information found from worksheet selected from
the drop down list. In other words, instead of setting a cell to
"=Sheet3!B4", I want the cell to use the worksheet from the drop down list
and then a specific column and row. Any ideas how to do this?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default worksheet names in drop down list for reference

Try something like this example:

With
Sheet1!A2 containing the dropdown list of sheet names
That cell is named "RefSheetname"
AND
The data to be used is in A1:I30 in each sheet

Try this:

From the Excel main menu:
<insert<name<define
Names in Workbook: SheetDataRange
Refers to: =INDIRECT(RefSheetname&"!A1:I30")

Next.....On sheet1

Select a sheet name from the drop down list
Then...this formula returns the value of cell C5 on the referenced sheet
F10: =INDEX(SheetDataRange,5,3)

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Mr. C" wrote:

I created a drop down list of the worksheet names on a summary page. I want
to be able to select a worksheet from the drop down list and have cells on
the summary page fill with the information found from worksheet selected from
the drop down list. In other words, instead of setting a cell to
"=Sheet3!B4", I want the cell to use the worksheet from the drop down list
and then a specific column and row. Any ideas how to do this?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default worksheet names in drop down list for reference

Yes that will work. Thank you very much Ron.

"Ron Coderre" wrote:

Try something like this example:

With
Sheet1!A2 containing the dropdown list of sheet names
That cell is named "RefSheetname"
AND
The data to be used is in A1:I30 in each sheet

Try this:

From the Excel main menu:
<insert<name<define
Names in Workbook: SheetDataRange
Refers to: =INDIRECT(RefSheetname&"!A1:I30")

Next.....On sheet1

Select a sheet name from the drop down list
Then...this formula returns the value of cell C5 on the referenced sheet
F10: =INDEX(SheetDataRange,5,3)

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Mr. C" wrote:

I created a drop down list of the worksheet names on a summary page. I want
to be able to select a worksheet from the drop down list and have cells on
the summary page fill with the information found from worksheet selected from
the drop down list. In other words, instead of setting a cell to
"=Sheet3!B4", I want the cell to use the worksheet from the drop down list
and then a specific column and row. Any ideas how to do this?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
add data t drop down list use a different worksheet same workbook Debra Dalgleish Excel Worksheet Functions 0 November 30th 06 07:18 PM
want a list of selectable names on my worksheet Excel Worksheet Functions 4 August 7th 06 08:49 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM
Lookup cell value using list of worksheet names amaranth Excel Worksheet Functions 5 August 8th 05 04:59 PM
Sorting a worksheet with drop list rabbit Excel Discussion (Misc queries) 0 May 11th 05 05:20 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"