

If you have any special lookup techniques, please share in the comments section below. There can be many more lookup formulas in Excel that can be created using different combinations of Excel formulas. So yeah guys, these are the different lookup functions and formulas. You can learn about this lookup formula here. You can lookup to the left of lookup value.The first column contains the lookup range and the second column contains the result range.Īdvantages of VLOOKUP-CHOOSE lookup formula: The CHOOSE function creates a table of two columns. In this formula, we basically create a virtual table inside the formula using the CHOOSE function. Req_range : range, where corresponding value is requiredĢ : second column, num representing the req_range Lookup_range : range, where to look lookup_value The IFERROR function can be used optionally to handle errors. This formula use INDEX, ROW, and IF functions as main functions. This formula returns all the matched values from the list, instead of the first match only. In that case, this formula comes into action to save the day. If there are more than one match they will not return other matches.

5: Excel LOOKUP Formula Multiple ValuesĪll of the above lookup formulas return the first found value from the array. You can learn about this lookup formula here in detail. Need to understand the working of OFFSET function and MATCH function.Can lookup horizontally and vertically.

It is the range on the right hand side of StartCell (like B1:D1).Īdvantages of this Excel lookup technique: ĬolLookupValue: This is the lookup value that you want to find in columns (headers).ĬolLookupRange: This is the range in which you want to lookup the ColLookupValue. It is the range below StartCell (A2:A10). RowLookupRange: This is the range in which you want to lookup the RowLookupValue. RowLookupValue: This is the lookup value that you want to find in rows below the StartCell. Let's say if you want to lookup in range A2:A10, then the StartCell will be A1. StartCell: This is the starting cell of lookup Table. Generic Formula, = OFFSET(StartCell,MATCH(RowLookupValue,RowLookupRange,0), MATCH(ColLookupValue,ColLookupRange,0)) Using this formula, we can dynamically retrieve values from a table by looking up in rows and columns. This excel lookup formula uses the OFFSET function as anchor function and MATCH as a feeder function. This is another formula that can be used to lookup values dynamically. Users need to understand the working of the INDEX and MATCH function.

= INDEX (Result_Range, MATCH(lookup_value,lookup range,0)) This is exactly the apposite of the VLOOKUP function. In other words, when you want to lookup a value in Excel by matching value in columns and get values from rows, then we use the HLOOKUP function. The HLOOKUP function is used to lookup values horizontally. The HLOOKUP function is the missing part of the VLOOKUP function. You can read about this Excel Lookup Formula in detail here. Can't lookup values from the left of the lookup value.It returns only the first matched value.Best for looking up values in vertical order.: FALSE if you want to search for exact value, TRUE if you want an approximate match. Table_array: The Table in which you want to look up/searchĬol_index_number: The column number in Table Array from which you want to fetch results. Lookup_value: The value by which you want to search in the first column of Table Array. Syntax of VLOOKUP function: = VLOOKUP( lookup_value, table_array, col_index_number, ) But the basic task of this function is to lookup values in the table, from left to right. We can use this function to do more than just a lookup. The first excel lookup function is of course the VLOOKUP function. Some are even better than the VLOOKUP function in Excel. In this article, I will introduce you with all these Excel lookup functions and formulas. There are many other functions and formulas that can be used to lookup value. But this is not the only function that can be used for looking up values in Excel. It is commonly used for looking up values with a unique Id. We all know the famous star of Excel functions VLOOKUP.
