Consulting

Results 1 to 4 of 4

Thread: multi-VLOOKUP From an Array in VBA

  1. #1
    VBAX Regular
    Joined
    Aug 2011
    Posts
    17
    Location

    multi-VLOOKUP From an Array in VBA

    Hi there,

    Thanks for checking my thread, any suggestions from you is highly welcome.

    I am trying to do multiple VLOOKUPS on a single value and wondered if you could help with some ideas.

    Assume that i have a 4x4 VBA array consisting of the following items:

    Ball Baby 300 Ben
    Ball Teddy Bear 20 Gill
    Wallet Triangle 4 Mary
    Hammer Glass Cup 790 Danny


    I will like to search for Ball in the second column and then return a single vector of

    Baby
    Teddy Bear


    I will appreciate any help you can offer on how best to approach this.


    Many thanks.

  2. #2
    VBAX Tutor
    Joined
    Nov 2006
    Location
    North East Pennsylvania, USA
    Posts
    203
    Location
    orcas,

    See if the below link will help you:

    VLookUpMulti, reply #9.

    VBA code for looking up data that has multiple matches.

    By jindon.
    http://www.mrexcel.com/forum/showthr...ight=muvlookup

  3. #3
    VBAX Regular
    Joined
    Aug 2011
    Posts
    17
    Location
    That link is very helpful, thank you very much stanleydgrom!!!

  4. #4
    VBAX Tutor
    Joined
    Nov 2006
    Location
    North East Pennsylvania, USA
    Posts
    203
    Location
    orcas,

    Thanks for the feedback.

    You are very welcome. Glad I could help.

    And, come back anytime.


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •