Consulting

Results 1 to 4 of 4

Thread: Find Multiple values and return value from another column

  1. #1
    VBAX Contributor
    Joined
    Nov 2012
    Location
    Billericay, Essex
    Posts
    145
    Location

    Find Multiple values and return value from another column

    Hi,

    I have a block of data that I want to find the Value "ISA " in Column "A" and return the values from Column "E" and "B".
    On some days there can be multiple matches.
    On the attached the results required are in B138:C142
    I can't get Vlookup to work with multiple returns.

    As always any help is very much appreciated.

    I am working with Windows Home Premium version 6.1.7601 SP 1 Build 7601and Excel version 14.0.6123.5001 (32 bit)
    Please see attached.

    Test.xlsm
    Regards, Peter.

  2. #2
    VBAX Contributor
    Joined
    Nov 2012
    Location
    Billericay, Essex
    Posts
    145
    Location
    Obviously a difficult question so I have resolved it by using a different method. Thanks to those who looked anyway. Question now closed.
    Regards, Peter.

  3. #3
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    What was you solution?

    I would have put
    =INDEX($C:$C, SMALL(IF($A$1:$A$1000="ISA",ROW($A$1:$A$100),9999), ROWS($1:1)),1)&""
    in a cell, entered it with Ctrl-Shift-Enter (Cmd+Return for Mac)
    and dragged down.

  4. #4
    VBAX Contributor
    Joined
    Nov 2012
    Location
    Billericay, Essex
    Posts
    145
    Location
    Hi mikerickson, Thank you very much for your reply, Yes that works Brilliantly. My solution was much more long winded with separate formulas and data sorting, yours is much better.
    Thank you.
    Regards, Peter.

Posting Permissions

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