![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: bellsouth
Posts: 2
|
I have several workbooks with exactly the same format but different data. I want to extract a porton of the data (always the same tab and cell address) from each workbook. Anyone know how to write a formula that does this? I tried populating a column with the workbook names and then concatenating that with text within an Indirect formula, but only get volatile results. Does not help to try an array formula, either.
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Posts: 363
|
The indirect function does what you want but it only works within a workbook, not with links. What you might wanna try is create sheets that to the external workbook within the workbook and use indirect to formula to these worksheets. If you need further details or example let me know.
__________________
It's never too late to learn something new. Ricky |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
BUT! INDIRECT() WILL work if the other book is open, the atnerntive is to open the book via a macro from the book your working on. Ricky, thought I'd mention, it's ALWAYS too late to learn something new if you've past the deadline you'd said you'd do it by
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Location: bellsouth
Posts: 2
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|