Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the following simple formula
=Sheet1!B15 which of course prints the contents of "Sheet1" cell B15. However what I want is to get which worksheet to grab from, from a cell. Ie 1 A Sheet1 And then the formula would be something like A1!B15 Is this possible? I tried a few combinations and couldnt get it working. Thanks!!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look in help for the Indirect function
=INDIRECT("'" & A1 &"'!B15") -- Regards Ron de Bruin http://www.rondebruin.nl wrote in message oups.com... I have the following simple formula =Sheet1!B15 which of course prints the contents of "Sheet1" cell B15. However what I want is to get which worksheet to grab from, from a cell. Ie 1 A Sheet1 And then the formula would be something like A1!B15 Is this possible? I tried a few combinations and couldnt get it working. Thanks!!! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect - Thanks alot Ron.
Ironically my searching of the newsgroup had me about to lookup help on INDIRECT anwyay, just as your post came in! :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How:Add New Worksheet that copies the cell of the previous sheet | Excel Worksheet Functions | |||
Using cell content to access another worksheet in same workbook | Excel Worksheet Functions | |||
Adding a row to worksheet does not update cell references in another. | Excel Worksheet Functions | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |