INDIRECT function to reference a named range

I

iperlovsky

I receive errors when I try to use the INDIRECT function to reference a named
range. For example, my formula {INDIRECT("RANGE"&A1)} returns an error when
the same formula {=RANGE1} does not. For clarification, cell A1 has the
number 1 in it. Is this simply an Excel flaw or can I use a work around.
The function should be able to be dragged down so that the numbers in row A
are combined with the name "RANGE" to reference a set of named ranges.

Thanks for your help,

iperlovsky
 
J

Jacob Skaria

The below works for me..
In cell A1 enter numeric 1
Name a cell say J1 as 'Range1'

=INDIRECT("RANGE" & A1)

If this post helps click Yes
 
C

CellShocked

The below works for me..
In cell A1 enter numeric 1
Name a cell say J1 as 'Range1'

=INDIRECT("RANGE" & A1)

If this post helps click Yes

It very well may...

for me at least.

Now, how to do a one-to-many type function?
 

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