Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have one cell, lets say A2, in summary sheet. I want A2 have the value
that is the name of other tabs (other tab named "Scenario 1", "Secnario 2", "Scenario 3"....). value in A2 will be choosen by user as they can pick differen scenarios. In formula in the rest of summary sheet, I want to get values from other tabs by using A2 to choose which tab to go to. For example, if in cell A2, it has the name of Scenario 1, then in other formula, can I have somthing such as A2D4, (meaning D4 cell of Scenario 1 tab) to retrieve the value? I can't figure out the syntax. Maybe it's not possible? |
#2
![]() |
|||
|
|||
![]()
Use INDIRECT
=INDIRECT("'"&A2&"'!D4") -- Regards, Peo Sjoblom "Trilexist" wrote in message ... I have one cell, lets say A2, in summary sheet. I want A2 have the value that is the name of other tabs (other tab named "Scenario 1", "Secnario 2", "Scenario 3"....). value in A2 will be choosen by user as they can pick differen scenarios. In formula in the rest of summary sheet, I want to get values from other tabs by using A2 to choose which tab to go to. For example, if in cell A2, it has the name of Scenario 1, then in other formula, can I have somthing such as A2D4, (meaning D4 cell of Scenario 1 tab) to retrieve the value? I can't figure out the syntax. Maybe it's not possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell set to wrap text and blank line -- fix? | Excel Discussion (Misc queries) | |||
Moving text from one cell to another. | Excel Worksheet Functions | |||
how to hyperlink text to a cell | New Users to Excel | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |