+ Reply to Thread
Results 1 to 4 of 4

How to match a value appearing several times in the rang with multiple combination

  1. #1
    Registered User
    Join Date
    07-24-2011
    Location
    dubai
    MS-Off Ver
    Excel 2007
    Posts
    2

    How to match a value appearing several times in the rang with multiple combination

    Dear All
    Please any one help me how to pull out price for part number that matches with one type say "NU" and one class say " " & one part no say 206.
    A B C D
    type part no class Unit Price
    NU 206 4.76
    NU 206 E 5.24
    NU 206 EK 5.24
    NU 206 EM 6.10
    NU 206 EMA 6.10
    NU 206 ETN 5.24
    NUB 206 E 5.97
    NUP 206 6.13
    NUP 206 E 6.74
    NUP 206 M 7.65
    NUP 206 EM 7.84
    NUP 206 EMA 7.84
    NUP 206 ETN 6.74
    how to use index and match formula to pull the corresponding value from price column above
    E F
    NU
    BLANK
    Part no price
    206
    207
    208
    209
    The part numbers are in thousands and duplicated many times in the range because they are to be treated differently because of different type and class attached to it. Even the type and part no may be same with different class.
    I TRIED THE FORMULA IN F COLUMN AS BELOW
    INDEX(D3:D16,MATCH("NU"&E4&" ",A3:A13&B2:B13&C2:C13,0))
    This is not working.Please anyone help!
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to match a value appearing several times in the rang with multiple combinatio

    When you create these scenarios, it's simplest to add a "key" column to your dataset that concatenates the values together into a single unique key code for each row. Then an INDEX/MATCH formula can easily find your multivalue matches.
    Attached Files Attached Files
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    07-24-2011
    Location
    dubai
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: How to match a value appearing several times in the rang with multiple combinatio

    Quote Originally Posted by JBeaucaire View Post
    When you create these scenarios, it's simplest to add a "key" column to your dataset that concatenates the values together into a single unique key code for each row. Then an INDEX/MATCH formula can easily find your multivalue matches.
    Thanks a tonnnn for showing the correct way to handle my problem, appreciate, Thanks once again

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to match a value appearing several times in the rang with multiple combinatio

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ 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