Match, Index, Indirect ?

P

PCLIVE

I've got this formula that works if my lookup range is in ascending order.

=VLOOKUP(A41,INDIRECT("'[Name "& M$25 &" 07Analysis.xls]Overall Top
Ten'!$AA$2:$BJ$401"),MATCH($V$3,INDIRECT("'[Name "& M$25 &"
07Analysis.xls]Overall Top Ten'!$AI$1:$BJ$1"),0)+8)

I need some help modifying this so that I can acheive the same results if
the lookup range is not in order. I think it may involve INDEX and MATCH,
but I'm having a little trouble putting it together.

Can someone assist?

Thank you,
Paul
 
P

PCLIVE

Ok,

I've got something that appears to be working. This is what I came up with.

=INDEX(INDIRECT("'[Name " & M$25 & " 07Analysis.xls]Overall Top
Ten'!$AA:$BJ"),MATCH(A41,INDIRECT("'[Name " & M$25 & "
07Analysis.xls]Overall Top Ten'!$AA:$AA"),0),MATCH(V3,INDIRECT("'[Name " &
M$25 & " 07Analysis.xls]Overall Top Ten'!$AI$1:$BJ$1"),0)+8)
 

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