VLOOKUP Question

  • Thread starter Thread starter Haldun Alay
  • Start date Start date
H

Haldun Alay

Hi,

I'm using VLOOKUP function to get some values from a range. The problem is
if source range has more than one record for the condition, VLOOKUP always
gets first occurance. Is there anyway to get second or third occurance of
lookup value.


Thanks in advance


Haldun
 
If the functions in the freely downloadable file at
http://home.pacbell.net/beban are available to your workbook

=INDEX(VLookups(lookup_value,lookup_table,return_value_column),n,1)

will return the return value corresponding to the nth occurrence of the
lookup value.

Alan Beban
 
Back
Top