0% found this document useful (0 votes)
43 views

Two Way Lookup

This document explains how to perform a two-way lookup in Excel using a VLOOKUP formula. It demonstrates using the MATCH function to dynamically return the column index needed for the VLOOKUP based on a matching column header. This allows looking up values based on rows and columns. The examples show looking up a student name and subject to return their grade by nesting MATCH inside VLOOKUP.

Uploaded by

CA Manoj Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Two Way Lookup

This document explains how to perform a two-way lookup in Excel using a VLOOKUP formula. It demonstrates using the MATCH function to dynamically return the column index needed for the VLOOKUP based on a matching column header. This allows looking up values based on rows and columns. The examples show looking up a student name and subject to return their grade by nesting MATCH inside VLOOKUP.

Uploaded by

CA Manoj Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Excel formula: Two-way lookup with VLOOKUP | Exceljet https://exceljet.

net/formula/two-way-lookup-with-vlookup

Search

= VLOOKUP(lookup_value,table,MATCH(col_
name,col_headers,0),0)

1 of 7 09-05-2020, 23:50
Excel formula: Two-way lookup with VLOOKUP | Exceljet https://exceljet.net/formula/two-way-lookup-with-vlookup

= VLOOKUP(H2,B3:E11,MATCH(H3,B2:E2,0),0
)

= VLOOKUP(H2,B3:E11,3,0)

2 of 7 09-05-2020, 23:50
Excel formula: Two-way lookup with VLOOKUP | Exceljet https://exceljet.net/formula/two-way-lookup-with-vlookup

3 of 7 09-05-2020, 23:50
Excel formula: Two-way lookup with VLOOKUP | Exceljet https://exceljet.net/formula/two-way-lookup-with-vlookup

4 of 7 09-05-2020, 23:50
Excel formula: Two-way lookup with VLOOKUP | Exceljet https://exceljet.net/formula/two-way-lookup-with-vlookup

5 of 7 09-05-2020, 23:50
Excel formula: Two-way lookup with VLOOKUP | Exceljet https://exceljet.net/formula/two-way-lookup-with-vlookup

Get the PDF

6 of 7 09-05-2020, 23:50
Excel formula: Two-way lookup with VLOOKUP | Exceljet https://exceljet.net/formula/two-way-lookup-with-vlookup

7 of 7 09-05-2020, 23:50

You might also like