Lookup Functions

  • Thread starter Thread starter jcooksey
  • Start date Start date
J

jcooksey

When using vlookup, how would I get to the next line in a series?
want to pull in specific cells based on broad criteria. For example
in market 501, I want to pull in all the addresses and stores in tha
market-if I use vlookup it will only pull the first one it comes to-i
there a "next "function that will skip the first and pull in the secon
and third ect.

Or is there a better way to get at this.

Thank
 
Hi
try the following kind of array formula (data in column A/B and formula
entered with cTRL+sHIFT+ENTER)
=INDEX($B$1:$B$100,SMALL(IF($A$1:$A$100="market
501",ROW($A$1:$A$100)),ROW(1:1)))
and copy this down
 

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