Hi,

I have a spreadsheet where I use the LARGE function to display the top 20 values (out of 50,000 rows). I then need to associate a name with each of the values. I can do this either with VLOOKUP or with INDEX/MATCH, but I run into a problem when 2 of the results are identical. Both the VLOOKUP and the INDEX/MATCH functions only return the first instance of the result...but I need to display both. Any idea on how I can accomplish this?

Thanks,
Nick...