ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Named Range Question (https://www.excelbanter.com/excel-worksheet-functions/111837-named-range-question.html)

Barb Reinhardt

Named Range Question
 
I have a series of named ranges that are Question_1, Question_2, Question_3,
etc. I'd like to reference them with something like this:

"Question_"&A1 where A1 is 1, 2, 3, etc.

within a complicated array formula. How would I do this so that it finds
the named range?

Thanks

Marcelo

Named Range Question
 
Hi Barb,

use indirect function

=indirect("question_"&a1)

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Barb Reinhardt" escreveu:

I have a series of named ranges that are Question_1, Question_2, Question_3,
etc. I'd like to reference them with something like this:

"Question_"&A1 where A1 is 1, 2, 3, etc.

within a complicated array formula. How would I do this so that it finds
the named range?

Thanks


Trevor Shuttleworth

Named Range Question
 
=INDIRECT("Question_" & A1)

Regards

Trevor


"Barb Reinhardt" wrote in message
...
I have a series of named ranges that are Question_1, Question_2,
Question_3,
etc. I'd like to reference them with something like this:

"Question_"&A1 where A1 is 1, 2, 3, etc.

within a complicated array formula. How would I do this so that it finds
the named range?

Thanks




Barb Reinhardt

Named Range Question
 
That worked in a simple formula, but for some reason didn't work in the
complex one. Thanks

"Trevor Shuttleworth" wrote:

=INDIRECT("Question_" & A1)

Regards

Trevor


"Barb Reinhardt" wrote in message
...
I have a series of named ranges that are Question_1, Question_2,
Question_3,
etc. I'd like to reference them with something like this:

"Question_"&A1 where A1 is 1, 2, 3, etc.

within a complicated array formula. How would I do this so that it finds
the named range?

Thanks





Marcelo

Named Range Question
 
hi Barb,

send us your formula.


--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Barb Reinhardt" escreveu:

That worked in a simple formula, but for some reason didn't work in the
complex one. Thanks

"Trevor Shuttleworth" wrote:

=INDIRECT("Question_" & A1)

Regards

Trevor


"Barb Reinhardt" wrote in message
...
I have a series of named ranges that are Question_1, Question_2,
Question_3,
etc. I'd like to reference them with something like this:

"Question_"&A1 where A1 is 1, 2, 3, etc.

within a complicated array formula. How would I do this so that it finds
the named range?

Thanks






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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com