View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo Marcelo is offline
external usenet poster
 
Posts: 1,047
Default 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