Find the 2nd,3rd,4th or Nth Value in excel

Overview Sometimes you may need to look up the 2nd,3rd,4th or Nth value from a table i.e. based on the occurrences of the values dynamically lookup for the values. VLOOKUP () Function lookups a value from left side of the column and returns the first matching value based on column index number. We have to

Continue Reading

Three way Lookup

Syntax =INDEX(data,MATCH(val,rows,0),MATCH(val,columns,0)) Let’s understand both the function INDEX function returns a value in a table based on the intersection of a row and column position within that table. Syntax =INDEX (array, row_num, [col_num], [area_num]) Arguments ·         array – A range of cells, or an array constant. ·         row_num – The row position in the reference or

Continue Reading

Using Drop Down lists as Lookup Values

Syntax =INDEX(data,MATCH(val,rows,0),MATCH(val,columns,0)) Let’s understand both the function INDEX function returns a value in a table based on the intersection of a row and column position within that table. Syntax =INDEX (array, row_num, [col_num], [area_num]) Arguments ·         array – A range of cells, or an array constant. ·         row_num – The row position in the reference or

Continue Reading