+ Reply to Thread
Results 1 to 6 of 6

Index Match between two sheets

  1. #1
    Registered User
    Join Date
    05-25-2016
    Location
    New York
    MS-Off Ver
    10
    Posts
    26

    Index Match between two sheets

    In Sheet "Asset". Looking to match Column B and Column A in Sheet "Asset Info" then display Column D in "Asset Info".
    However have a few criteria if it doesn't match.

    1) Look for anything "CN02" display "LEDGER"
    2) Look anything in the cell that match. ie B4 and B10 in "Asset"
    3) If nothing match in Asset Info, would like to say "NO MATCH"
    4) If detect blank cell, display " MISSING BARCODE"

    I hope that make sense. Thank you for your help.

    -Gim
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Index Match between two sheets

    Please try at C2
    =IF(B2="","MISSING BARCODE",IFERROR(INDEX('Asset Info'!$B$2:$B$10,MATCH(IF(LEFT(B2,4)="CN02","CN02",LEFT(B2,10))&"*",'Asset Info'!$A$2:$A$11,)),"None in Asset Info"))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    05-25-2016
    Location
    New York
    MS-Off Ver
    10
    Posts
    26

    Re: Index Match between two sheets

    Hi Bo_Ry,

    Thanks! Really appreciated.

  4. #4
    Registered User
    Join Date
    05-25-2016
    Location
    New York
    MS-Off Ver
    10
    Posts
    26

    Re: Index Match between two sheets

    Hi Bo-Ry,

    One slight adjustment.

    How do I get it to display "LEDGER" if it match "CN02". Thanks!

    -Gim

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Index Match between two sheets

    File from Post#2

    Asset!C3 already display "LEDGER"

    You may try C2

    =IF(B2="","MISSING BARCODE",IF(LEFT(B2,4)="CN02","LEDGER",IFERROR(INDEX('Asset Info'!$B$2:$B$10,MATCH(LEFT(B2,10)&"*",'Asset Info'!$A$2:$A$11,)),"None in Asset Info")))

  6. #6
    Registered User
    Join Date
    05-25-2016
    Location
    New York
    MS-Off Ver
    10
    Posts
    26

    Re: Index Match between two sheets

    Hi Bo_Ry,

    I have a smiliar situation. Do you mind assisting? Thanks!

    -Gim
    Attached Files Attached Files

+ 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: 1
    Last Post: 06-18-2015, 08:45 AM
  2. [SOLVED] Index Match using two sheets for Criteria to Match
    By Locust in forum Excel General
    Replies: 3
    Last Post: 12-01-2013, 12:45 PM
  3. Multiple Sheets Match & Index filtering by sheets
    By ijulian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-24-2012, 01:49 PM
  4. [SOLVED] INDEX,MATCH across two sheets
    By slash_gnr3k in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-09-2012, 11:18 AM
  5. Index and match value from specified sheets?
    By gaftalik in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-30-2008, 03:40 AM
  6. INDEX & MATCH - Different Sheets
    By Harlequin in forum Excel General
    Replies: 4
    Last Post: 08-30-2007, 06:43 AM
  7. Index and match among sheets
    By umba-sr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-17-2006, 09:30 AM

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