Help with lookup table

  • Thread starter Thread starter Scott Frickman
  • Start date Start date
S

Scott Frickman

I have a table that is R2:U13 S2=R, T=H, U=AP. R3 through R13=A through K.
In range S3:U13 is data cells.

In row 20 Col C can = R,H or AP
In row 20 Col D can = A, B, C .....K

What I need is a formula that takes the input from col's C and D and finds
the correct data in the table.

I hope that I have summarized this correctly. Thanks for any help.
 
Try...

=INDEX(S3:U13,MATCH(C20,R3:R13,0),MATCH(D20,S2:U2,0))

Hope this helps!
 

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

Back
Top