+ Reply to Thread
Results 1 to 26 of 26

Lookup match index multiple values return other columns

Hybrid View

  1. #1
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: Lookup match index multiple values return other columns

    try in J3, then drag-fill down:

    =IFERROR(INDEX($F$3:$F$12,MATCH($H3&$I3&TRIM(LEFT($G3,FIND(" ",$G3)))&"*"&TRIM(MID($G3,FIND(" ",$G3&" ",FIND("/",SUBSTITUTE($G3&" "," ","/",2))),LEN($G3))),INDEX($D$3:$D$12&$E$3:$E$12&$A$3:$A$12&$B$3:$B$12&$C$3:$C$12,0),0)),"match not found")
    another approach in J3 and drag-fill down:

    =INDEX($F$3:$F$12,MATCH(TRUE,INDEX(ISNUMBER(SEARCH($A$3:$A$12&"*"&$B$3:$B$12&"*"&$C$3:$C$12&"*"&$D$3:$D$12&"*"&$E$3:$E$12,G3&H3&I3)),0),0))
    Last edited by icestationzbra; 11-07-2012 at 11:00 PM. Reason: another approach
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1