+ Reply to Thread
Results 1 to 5 of 5

Help with Index/Match or however it will work to get the value I need with two criteria

  1. #1
    Registered User
    Join Date
    04-19-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Help with Index/Match or however it will work to get the value I need with two criteria

    Hi all the Excel Guru out there,

    I have a huge table with over 20k vendors on it. A lot of them have the same name, or same address. I need to use a formula that will give me the correct vendor ID when I enter the name & address on a work sheet. I've created an example here. Right now I'm using "Find" to paste the name and look up the addresses and it takes forever to get the vendor ID. Please help save my day!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Help with Index/Match or however it will work to get the value I need with two criteri

    Wouldn't that be just a simple Match/Index ? =INDEX('Vendor Data'!$B$2:$B$175,MATCH(A2,'Vendor Data'!$A$2:$A$175,0))

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Help with Index/Match or however it will work to get the value I need with two criteri

    =IFERROR(INDEX('Vendor Data'!$B$2:$B$175,MATCH(A2&B2&C2&D2&E2&F2,INDEX('Vendor Data'!$A$2:$A$175&'Vendor Data'!$C$2:$C$175&'Vendor Data'!$D$2:$D$175&'Vendor Data'!$E$2:$E$175&'Vendor Data'!$F$2:$F$175&'Vendor Data'!$G$2:$G$175,0),0)),"")
    TRY THIS
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Registered User
    Join Date
    04-19-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Help with Index/Match or however it will work to get the value I need with two criteri

    No it doesn't work. For row 30 and 31, the two vendors have the same name but different addresses. The formula gave me the same vendor ID.

  5. #5
    Registered User
    Join Date
    04-19-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Help with Index/Match or however it will work to get the value I need with two criteri

    It worked!!! OMG you just saved my day and many days to come!!! Thank you so much!

+ 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. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  2. Index Match Match Formula DOESN'T WORK WITH TABLES/TABLE NAMES ??
    By Underling in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2014, 09:01 PM
  3. [SOLVED] Array index with 3 way match criteria of 2 rows and 1 column cant get to work!
    By volchik696 in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 01-20-2014, 06:18 AM
  4. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  5. Replies: 5
    Last Post: 01-06-2012, 08:00 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