VLOOKUP Range

  • Thread starter Thread starter BJ
  • Start date Start date
B

BJ

Is it possible to use VLOOKUP or HLOOKUP on noncontiguous ranges? For
instance range A1:D2,H1:K2? I've tried it using the cell references and by
naming the range and can't get it work. Just curious if it is possible or
not ...

Thanks.
 
You could use

=vlookup(x99,a1:k2,###,false)

and just make sure you don't return a value from columns E:G
 
That's what I ended up doing Dave - thanks though. I was just curious if
there was a way around the contiguous range requirement ... always looking
for nuances ...
 

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