VLOOKUP WITH MATCH FORMULA
It is VLOOKUP function, the column index argument is ordinarily
hard-coded as a static number. Still,
you can also create a dynamic column index by using the MATCH function to
locate the right column. This skill allows you to create a dynamic two-way
lookup, matching on both rows and columns. It can also make a VLOOKUP formula
more irrepressible: VLOOKUP can break when columns are inserted or removed from
a table, but a formula with VLOOKUP + MATCH can continue to work correctly even
changes are made to columns.
Syntax :- =VLOOKUP(lookup_value,table,MATCH(col_name,col_headers,0),0) Enter
Example :- =VLOOKUP(P4,H5:M10,MATCH(P5,H4:M4,0),0) Enter
Nice baa ho
ReplyDeleteThanks for sharing this. Very fruitful to find this kind of tactics for Excell. It will gonna help me out from beginning!!! Keep sharing
ReplyDelete