right syntax

P

pls123

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!
 
G

Glenn

pls123 said:
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")
 
D

Dave Peterson

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/3000-2077_4-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.
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!
 
J

Jacob Skaria

Hi "pls123"

Bob has meant to post

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

--
Jacob (MVP - Excel)


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

pls123 said:
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!
 
P

pls123

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

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


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

pls123 said:
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!
 
P

pls123

tx all for help !!
paolo

Dave Peterson said:
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/3000-2077_4-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.
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!
 
B

Bob Umlas, Excel MVP

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

Jacob Skaria said:
Hi "pls123"

Bob has meant to post

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

--
Jacob (MVP - Excel)


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

pls123 said:
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!
 
J

Jacob Skaria

Yes Bob. (2010)

--
Jacob (MVP - Excel)


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

Jacob Skaria said:
Hi "pls123"

Bob has meant to post

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

--
Jacob (MVP - Excel)


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

:

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top