index

S

Stan Altshuller

Hi All!

I need to specify an indx value but need the index names to reflect the
values in a row going across.
i.e.
=INDEX(C1,MATCH(A6,ticker1,0))

the cell C1 has the name of an array, C2 has teh name of the next array etc.
I get the #REF error, but if I write in the actual index nmae, the value is
correct.
Please help!!!

Thanks!
Stan
 
R

RagDyer

Try this:

=INDEX(INDIRECT(C1),MATCH(A6,ticker1,0))
--

HTH,

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


Hi All!

I need to specify an indx value but need the index names to reflect the
values in a row going across.
i.e.
=INDEX(C1,MATCH(A6,ticker1,0))

the cell C1 has the name of an array, C2 has teh name of the next array etc.
I get the #REF error, but if I write in the actual index nmae, the value is
correct.
Please help!!!

Thanks!
Stan
 

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