Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to design a formula that would reference a particular sheet
based on the value in a cell. For example, I want my "master" sheet to pull data from another sheet whose name is the same as the value of a cell on the "master" (i.e. on the master, cell A5 contains the value 3 and I want the other data in that row to come from a sheet named "3"). |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
indirect()
=indirect(A5&"!B1") would get the data in sheet 3 cell B1 if 3 is in A5 "KimC" wrote: Is it possible to design a formula that would reference a particular sheet based on the value in a cell. For example, I want my "master" sheet to pull data from another sheet whose name is the same as the value of a cell on the "master" (i.e. on the master, cell A5 contains the value 3 and I want the other data in that row to come from a sheet named "3"). |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look in the help index for INDIRECT
For cell a4 in the sheet in cell a5 =INDIRECT(A5&"!"&"A4") -- Don Guillett SalesAid Software "KimC" wrote in message ... Is it possible to design a formula that would reference a particular sheet based on the value in a cell. For example, I want my "master" sheet to pull data from another sheet whose name is the same as the value of a cell on the "master" (i.e. on the master, cell A5 contains the value 3 and I want the other data in that row to come from a sheet named "3"). |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much--I would never have found the INDIRECT function in Help.
It works just like I want it to. "KL" wrote: just to make the formula a bit more error-proof, I would add the aphostrophes: =INDIRECT("'"&A5&"'!A4") -- KL [MVP - Microsoft Excel] RU: http://www.mvps.ru/Program/Default.aspx ES: http://mvp.support.microsoft.com/?LN=es-es EN: http://mvp.support.microsoft.com/?LN=en-us Profile: https://mvp.support.microsoft.com/pr...A-9E6C73C09A36 "Don Guillett" wrote in message ... Look in the help index for INDIRECT For cell a4 in the sheet in cell a5 =INDIRECT(A5&"!"&"A4") -- Don Guillett SalesAid Software "KimC" wrote in message ... Is it possible to design a formula that would reference a particular sheet based on the value in a cell. For example, I want my "master" sheet to pull data from another sheet whose name is the same as the value of a cell on the "master" (i.e. on the master, cell A5 contains the value 3 and I want the other data in that row to come from a sheet named "3"). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use cell value as reference to sheet in formula? | Excel Worksheet Functions | |||
Is it possible to change a Sheet reference in a formula? | Excel Discussion (Misc queries) | |||
Copy a relative reference formula from one sheet to another. | Excel Discussion (Misc queries) | |||
Formula to reference name of sheet tab | Excel Discussion (Misc queries) | |||
Need formula for sheet & cell reference | Excel Worksheet Functions |