Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Picking out column in named range | Excel Worksheet Functions | |||
VLookup Error in Part of a Named Range | Excel Worksheet Functions | |||
Offset Function works in cell, not in named range | Excel Worksheet Functions | |||
Dynamic named range across multiple sheets | Excel Discussion (Misc queries) |