Looking up ...

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

I have a table of information. in one column, I have
fund numbers that can occur more than once. Is there a
way to do a vlookup or other formula, but pull
information from the second time or third time the fund
number appears? (without using macros)
 
Hi
try an array formula liek the following (entered with
cTRL+SHIFT+ENTER):
=INDEX($B$1:$B$100,SMALL(IF($A$1:$A$100=fund_number,ROW($A$1:$A$100)),o
ccurence))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top