#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 121
Default right syntax

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100


...so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default right syntax

pls123 wrote:
hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100


..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!


=INDIRECT("'[ABC.xlsm]Sheet1'!"&D14&"100")
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default right syntax

The function you'd want to use is =indirect().

But =indirect() won't work if the sending file is closed.

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/
or
http://xcell05.free.fr/morefunc/english/index.htm

That includes =indirect.ext() that may help you.

===
If you have trouble getting to the site, then search google for indirect.ext.

I found this alternative site:
http://download.cnet.com/Morefunc/30...-10423159.html

I didn't look to see if it was the most current version.

I'd check the original site every so often to see if it's working.

pls123 wrote:

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100

..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 320
Default right syntax

=INDIRECT("][ABC.xlsm]Sheet1'!"&D14&"100")

"pls123" wrote:

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100


..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default right syntax

Hi "pls123"

Bob has meant to post

=INDIRECT("'[ABC.xlsm]Sheet1'!"&D14&"100")

--
Jacob (MVP - Excel)


"Bob Umlas, Excel MVP" wrote:

=INDIRECT("][ABC.xlsm]Sheet1'!"&D14&"100")

"pls123" wrote:

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100


..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 121
Default right syntax


=INDIRECT("'[ABC.xlsm]Sheet1'!" & D14 & "100")

ok it works!!
I corrected the ] you wrote instead of the '
very tx bob !


"Bob Umlas, Excel MVP" wrote:

=INDIRECT("][ABC.xlsm]Sheet1'!"&D14&"100")

"pls123" wrote:

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100


..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 121
Default right syntax

tx all for help !!
paolo

"Dave Peterson" wrote:

The function you'd want to use is =indirect().

But =indirect() won't work if the sending file is closed.

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/
or
http://xcell05.free.fr/morefunc/english/index.htm

That includes =indirect.ext() that may help you.

===
If you have trouble getting to the site, then search google for indirect.ext.

I found this alternative site:
http://download.cnet.com/Morefunc/30...-10423159.html

I didn't look to see if it was the most current version.

I'd check the original site every so often to see if it's working.

pls123 wrote:

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100

..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!


--

Dave Peterson
.

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 320
Default right syntax

oops - yes, typo. Thanks Jacob -(You new to MVP-dom?)

"Jacob Skaria" wrote:

Hi "pls123"

Bob has meant to post

=INDIRECT("'[ABC.xlsm]Sheet1'!"&D14&"100")

--
Jacob (MVP - Excel)


"Bob Umlas, Excel MVP" wrote:

=INDIRECT("][ABC.xlsm]Sheet1'!"&D14&"100")

"pls123" wrote:

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100


..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default right syntax

Yes Bob. (2010)

--
Jacob (MVP - Excel)


"Bob Umlas, Excel MVP" wrote:

oops - yes, typo. Thanks Jacob -(You new to MVP-dom?)

"Jacob Skaria" wrote:

Hi "pls123"

Bob has meant to post

=INDIRECT("'[ABC.xlsm]Sheet1'!"&D14&"100")

--
Jacob (MVP - Excel)


"Bob Umlas, Excel MVP" wrote:

=INDIRECT("][ABC.xlsm]Sheet1'!"&D14&"100")

"pls123" wrote:

hello all !
can anybody show me the right syntax for this..

='[ABC.xlsm]Sheet1'! & D14 & 100


..so it could be for example...
the cell L100 or BR100..
it depends to the value in D14

tx for help!

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
vba syntax Derrick Excel Discussion (Misc queries) 11 August 5th 09 08:37 PM
Syntax HELP Eric H Excel Discussion (Misc queries) 4 August 30th 08 01:30 AM
SQL syntax Spike Excel Worksheet Functions 2 March 8th 07 08:27 AM
If then syntax RL Excel Worksheet Functions 3 June 22nd 05 05:30 AM
Syntax Help Dmorri254 Excel Worksheet Functions 2 March 2nd 05 02:51 PM


All times are GMT +1. The time now is 07:35 AM.

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"