Referring to cells by range names

R

rllane47

thanks to everyone. here is the formula i was looking for:

=indirect(b1) indirect(a3)

or

=indirect("a") indirect("John")

quotes needed with range names, and two spaces in between the indirect
 
R

RagDyer

That Indirect containing the cell addresses needing 2 spaces is a new one on
me. ... TWO SPACES ? ! ? ! ?

As far as using the range names themselves, Indirect is *not* needed.

Have you tried simply:
=A<Space>John
?
--


Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit!
-------------------------------------------------------------------


thanks to everyone. here is the formula i was looking for:

=indirect(b1) indirect(a3)

or

=indirect("a") indirect("John")

quotes needed with range names, and two spaces in between the indirect.
 
R

RagDyer

You're right !

The first time I tried it ... it didn't.
I don't know what I did wrong.

Interesting though, that it works with any number of spaces.
--


Regards,

RD
 

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