ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help with lookup table (https://www.excelbanter.com/excel-worksheet-functions/26579-help-lookup-table.html)

Scott Frickman

Help with lookup table
 
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.



Domenic

Try...

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

Hope this helps!

In article
,
"Scott Frickman" wrote:

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.



All times are GMT +1. The time now is 08:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com