![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Mar 2002
Posts: 83
|
I have the following formula:
=INDIRECT(A5&"'[January 2002.xls]'!AM11") where A5 = Sheet1 (all tabs in .xls file are sheets (Sheet1, Sheet2,...) it's returning #REF! what am doing wrong? thanks. |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
=INDIRECT("'[January 2002.xls]"&A5&"'!AM11") Note: this function will only work if the other book is open. otherwise you will get a #REF! error _________________ Share the wealth!! Ian Mac [ This Message was edited by: Ian Mac on 2002-03-28 10:45 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|