

Advanced Excel 2016 Training at Intellisoft Singapore With automation using Excel Macros, manual steps have been reduced to a couple of keystrokes only. The Excel VLOOKUP function lookup a value in the first column of the table and return the value in the same row based on index_num position.The syntax of the VLOOKUP function is as below:= VLOOKUP (lookup_value, table_array, column_index_num,)….“ The VLookup & Pivot Table techniques I learned in Advanced Excel 2016 training have helped me in my work immensely.

The Excel COLUMN function returns the first column number of the given cell reference.The syntax of the COLUMN function is as below:=COLUMN ()…. The IF function is a build-in function in Microsoft Excel and it is categorized as a Logical Function.The syntax of the IF function is as below:= IF (condition,, )…. The Excel IF function perform a logical test to return one value if the condition is TRUE and return another value if the condition is FALSE. The Excel ROW function returns the row number of a cell reference.The ROW function is a build-in function in Microsoft Excel and it is categorized as a Lookup and Reference Function.The syntax of the ROW function is as below:= ROW ()…. The Excel INDEX function returns a value from a table based on the index (row number and column number)The INDEX function is a build-in function in Microsoft Excel and it is categorized as a Lookup and Reference Function.The syntax of the INDEX function is as below:= INDEX (array, row_num,)…

Or returns the smallest value in the array.The syntax of the SMALL function is as below:=SMALL(array,nth) … The Excel SMALL function returns the smallest numeric value from the numbers that you provided.
/excel-vlookup-example-find-data-3123774-1-5bf6deafc9e77c0026dd6a96.png)
You will see that the multiple values have been extracted into the same row. And then drag the AutoFill handle from Cell C1 to E1. Type this formula into a blank cell and then press Ctrl+Alt+Enter shortcuts to change this formula as array formula. You can create a complex array formula based on the INDEX function, the SMALL function, the IF function, the ROW function and the COLUMN function. And if you want to return multiple values horizontally, how to achieve it. We have talked that the VLOOKUP function can be used to return only a corresponding value of the first occurrence of a lookup value.
