Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How can I change the 'sheetname' in this formula based on the value (name) in
a cell or can I match the name of the current sheet to an identical sheet in another workbook? =[Workbook.xls]Sheetname!Cell |
#2
![]() |
|||
|
|||
![]()
You can use INDIRECT
=INDIRECT("'[Workbook.xls]"&C1&"'!Cell") note that the other workbook has to be open Regards, Peo Sjoblom "daj32" wrote: How can I change the 'sheetname' in this formula based on the value (name) in a cell or can I match the name of the current sheet to an identical sheet in another workbook? =[Workbook.xls]Sheetname!Cell |
#3
![]() |
|||
|
|||
![]()
That is great! Thanks - I've always assumed that it couldn't be done but this
will solve a LOT of problems that I have... Thanks again DJ "Peo Sjoblom" wrote: You can use INDIRECT =INDIRECT("'[Workbook.xls]"&C1&"'!Cell") note that the other workbook has to be open Regards, Peo Sjoblom "daj32" wrote: How can I change the 'sheetname' in this formula based on the value (name) in a cell or can I match the name of the current sheet to an identical sheet in another workbook? =[Workbook.xls]Sheetname!Cell |
#4
![]() |
|||
|
|||
![]()
It looks like I can only see the results of this formula if BOTH workbooks
are open at the same time...is there anyway to avoid this? "D Johnson" wrote: That is great! Thanks - I've always assumed that it couldn't be done but this will solve a LOT of problems that I have... Thanks again DJ "Peo Sjoblom" wrote: You can use INDIRECT =INDIRECT("'[Workbook.xls]"&C1&"'!Cell") note that the other workbook has to be open Regards, Peo Sjoblom "daj32" wrote: How can I change the 'sheetname' in this formula based on the value (name) in a cell or can I match the name of the current sheet to an identical sheet in another workbook? =[Workbook.xls]Sheetname!Cell |
#5
![]() |
|||
|
|||
![]()
It's possible but somewhat complicated
http://makeashorterlink.com/?F2993260A Regards, Peo Sjoblom "D Johnson" wrote in message ... It looks like I can only see the results of this formula if BOTH workbooks are open at the same time...is there anyway to avoid this? "D Johnson" wrote: That is great! Thanks - I've always assumed that it couldn't be done but this will solve a LOT of problems that I have... Thanks again DJ "Peo Sjoblom" wrote: You can use INDIRECT =INDIRECT("'[Workbook.xls]"&C1&"'!Cell") note that the other workbook has to be open Regards, Peo Sjoblom "daj32" wrote: How can I change the 'sheetname' in this formula based on the value (name) in a cell or can I match the name of the current sheet to an identical sheet in another workbook? =[Workbook.xls]Sheetname!Cell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to open a workbook with a specific worksheet displayed by defa | New Users to Excel | |||
Weekly Transaction Processing | Excel Worksheet Functions | |||
copy COLUMN from 1 worksheet to another (in a different workbook) | Excel Discussion (Misc queries) | |||
Copying worksheet from workbook to another | Excel Worksheet Functions | |||
copy worksheet from closed workbook to active workbook using vba | Excel Worksheet Functions |