+ Reply to Thread
Results 1 to 5 of 5

Look up value from data table that matching more than one condition...

  1. #1
    Registered User
    Join Date
    08-28-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    15

    Look up value from data table that matching more than one condition...

    All,

    Sample worksheet is attached for reference. What I need is to have a formula for getting the value in Cell F12 from the above table which is matching to the values in column C12 and D12. Like wise in the cells F13 and F14 also.

    Thanks in advance,
    Tonis
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Look up value from data table that matching more than one condition...

    Try this formula in F12 and fill down. It also handles the concatenated codes in B3:B9.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Look up value from data table that matching more than one condition...

    In F12, then drag down
    Please Login or Register  to view this content.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Look up value from data table that matching more than one condition...

    Here's another one...

    Entered in E12 and copied down:

    =VLOOKUP("*"&C12&"*",B$3:K$9,MATCH(D12,B$2:K$2,0),0)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Look up value from data table that matching more than one condition...

    Yup. Better.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] retrieve value from table by matching multi row condition
    By carlosmaldonado in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2015, 07:51 AM
  2. retrieve value from table by matching multi row condition
    By carlosmaldonado in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-13-2015, 07:05 AM
  3. Matching data from one table into the other
    By aledrhys666 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2014, 05:48 AM
  4. [SOLVED] help with filling a table with data from another table on a true condition
    By derrickh13 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-14-2013, 04:44 PM
  5. Copy required data based on matching condition
    By raghav.k in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-25-2011, 01:35 PM
  6. Using condition to extract data by matching values from 2 different Excel files
    By schellam in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-29-2005, 04:43 PM
  7. [SOLVED] matching data from table
    By Robert in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-09-2005, 04:06 PM

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