Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Still more perfect to suit your anticipated needs: If you have a drop down
list of worksheet names in the column A from A2 downwards, and addresses of sevaral referenced cells in the worksheets in the row 1 from B1 to the right, you could use formula with anchored references = INDIRECT("'" & $A2 & "'!" & B$1) and copy it downwards and to the right. -- Petr Bezucha "Ms-Exl-Learner" wrote: Copy and paste the below formula in B1 cell =INDIRECT(INDIRECT("A"&1)&"!"&"B"&3) -- Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Mark Holland" wrote: Hello, This hopefully should be easy :) :) I want to reference a value in a different sheet, but I want the sheet to be choosen by the contents of another cell. So in other words, if I have a drop down menu of my Sheet names in A1 - I want to be able to use this 'kind' of formula in B1, '=A1!B3'. The end result would be to return the value of B3 from the sheet choosen in A1. This obviously doesn't work, which is why I need help :) Any Ideas Please? Many Thanks Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fixed cell reference | Excel Discussion (Misc queries) | |||
show row number in one fixed cell in reference to your cursor pos. | Excel Discussion (Misc queries) | |||
how to paste formula but reference a fixed cell | Excel Discussion (Misc queries) | |||
Can you have fixed cell reference when dragging/copying formulae? | Excel Discussion (Misc queries) | |||
reference cell value from fixed column with variable row | Excel Discussion (Misc queries) |