Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am not sure if I am using the correct function. I have 14 separate
worksheets. Each worksheet represents a specific project and uses the same data range as all of the other worksheets. I want to use a drop down list of all the different project names. A formula will use the value selected from the drop down and return the value on that worksheet in a specified cell. ie. Worksheet names: Alpha, Beta, Cappa Alpha cell $a$1 = 500 Beta cell $a$1 = 100 Cappa cell $a$1 = 200 ****************** Reporting Summary Worksheet Drop down selection: Beta Formula returns: 100 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming that your DV is in cell C2, use
=INDIRECT("'"&C2&"'!A1") -- HTH RP (remove nothere from the email address if mailing direct) "Scott" wrote in message ... I am not sure if I am using the correct function. I have 14 separate worksheets. Each worksheet represents a specific project and uses the same data range as all of the other worksheets. I want to use a drop down list of all the different project names. A formula will use the value selected from the drop down and return the value on that worksheet in a specified cell. ie. Worksheet names: Alpha, Beta, Cappa Alpha cell $a$1 = 500 Beta cell $a$1 = 100 Cappa cell $a$1 = 200 ****************** Reporting Summary Worksheet Drop down selection: Beta Formula returns: 100 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
drop-down list validation won't allow a different worksheet | Excel Worksheet Functions | |||
Data Validation lists - entering value not in list | Excel Discussion (Misc queries) | |||
Using Validation List from Another Workbook with Dependent Data | Excel Worksheet Functions | |||
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? | Excel Discussion (Misc queries) |