Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a field where the value is linked to another sheet in the workbook.
Is there a way to change the sheet that the field is linked to based on a another fields value? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Take a look at the Indirect function.
=Indirect("'" & A2 & "'!A1") Put this formula in cell A3. In Cell A2 type in a sheet name. It will return the value in cell A1 fo that sheet name... -- HTH... Jim Thomlinson "Matt" wrote: I have a field where the value is linked to another sheet in the workbook. Is there a way to change the sheet that the field is linked to based on a another fields value? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format changed when the details in cell changed | Excel Worksheet Functions | |||
How do I have a linked cell auto-size to fit the linked data? | Excel Discussion (Misc queries) | |||
linked files to be changed | Excel Discussion (Misc queries) | |||
How to avoid when linked source data is changed, chart turns blan. | Charts and Charting in Excel | |||
Charts not recognizing source data if original linked data is changed. | Charts and Charting in Excel |