#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike McLellan
 
Posts: n/a
Default INDIRECT.EXT

I am trying to access data in a closed file using the add in INDIRECT.EXT.

The name of the file is in C11 (value = "'C:\Temp\20060327\[20060327 -
Weekly - All locations - LPS - Live.xls]Weekly'!$C$9" inc double quotes) and
the call to INDIRECT.EXT (value = =INDIRECT.EXT(C11)) is in F11. The result
of the call is a #VALUE! error.

When I change the call in F11 to =INDIRECT.EXT("'C:\Temp\20060327\[20060327
- Weekly - All locations - LPS - Live.xls]Weekly'!$C$9") it works a treat.
Can anyone explain what's wrong with the former expression?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Haldun Alay
 
Posts: n/a
Default INDIRECT.EXT


http://xcell05.free.fr/english/index...func_Functions

I think you are using MOREFUNC add-in for INDIRECT.EXT

If so, remove the double quotes from C11. and replace the formula with INDIRECT(CONCATENATE("'",C11)). it worked for me.

' character has a special meaning for excel. if a cell content starts with ' character, excel assumes rest of the cell content as text. beacuse of that we used CONCANTENATE to add ' char to C11 cell content in INDIRECT.EXT formula.




--
Haldun Alay

"Mike McLellan" , haber iletisinde şunları ...
I am trying to access data in a closed file using the add in INDIRECT.EXT.

The name of the file is in C11 (value = "'C:\Temp\20060327\[20060327 -
Weekly - All locations - LPS - Live.xls]Weekly'!$C$9" inc double quotes) and
the call to INDIRECT.EXT (value = =INDIRECT.EXT(C11)) is in F11. The result
of the call is a #VALUE! error.

When I change the call in F11 to =INDIRECT.EXT("'C:\Temp\20060327\[20060327
- Weekly - All locations - LPS - Live.xls]Weekly'!$C$9") it works a treat.
Can anyone explain what's wrong with the former expression?
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike McLellan
 
Posts: n/a
Default INDIRECT.EXT

Haldun,

Many thanks - worked a treat:-D

Mike

"Haldun Alay" wrote:


http://xcell05.free.fr/english/index...func_Functions

I think you are using MOREFUNC add-in for INDIRECT.EXT

If so, remove the double quotes from C11. and replace the formula with INDIRECT(CONCATENATE("'",C11)). it worked for me.

' character has a special meaning for excel. if a cell content starts with ' character, excel assumes rest of the cell content as text. beacuse of that we used CONCANTENATE to add ' char to C11 cell content in INDIRECT.EXT formula.




--
Haldun Alay

"Mike McLellan" , haber iletisinde şunları ...
I am trying to access data in a closed file using the add in INDIRECT.EXT.

The name of the file is in C11 (value = "'C:\Temp\20060327\[20060327 -
Weekly - All locations - LPS - Live.xls]Weekly'!$C$9" inc double quotes) and
the call to INDIRECT.EXT (value = =INDIRECT.EXT(C11)) is in F11. The result
of the call is a #VALUE! error.

When I change the call in F11 to =INDIRECT.EXT("'C:\Temp\20060327\[20060327
- Weekly - All locations - LPS - Live.xls]Weekly'!$C$9") it works a treat.
Can anyone explain what's wrong with the former expression?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
INDIRECT.EXT Help Required Mike McLellan Excel Worksheet Functions 6 July 19th 06 01:59 PM
Problems with PULL function, INDIRECT.EXT and so forth [email protected] Excel Worksheet Functions 4 June 23rd 05 10:02 AM
Data from closed workbooks (pull func, indirect.ext, etc ....) [email protected] Excel Worksheet Functions 1 June 22nd 05 03:24 PM
INDIRECT.EXT question SU Excel Worksheet Functions 8 April 12th 05 07:57 PM
Problem with updating values with INDIRECT.EXT SU Excel Worksheet Functions 1 April 8th 05 10:14 AM


All times are GMT +1. The time now is 05:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"