Thread
:
INDIRECT Function
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
Posts: n/a
INDIRECT Function
Try putting brackets around B2-1 and Row()-1, i.e.:
=indirect("[MyFile"& (B2-1) &".xls]Sheet1!" &
char(column()+64)&(Row()-1))
and ensure that the file is open (as you are already aware)
Pete
Reply With Quote