+ Reply to Thread
Results 1 to 3 of 3

Vlookup all or parts of the information

  1. #1
    Registered User
    Join Date
    12-03-2013
    Location
    Johannesburg, South Africa
    MS-Off Ver
    Excel 2003
    Posts
    82

    Cool Vlookup all or parts of the information

    Hi guys,

    I need your help with a formula for looking up addresses which may seem the same but there might be missing a few items

    e.g1 I want to look up "123 ABC street" in tab1 where the address is incomplete or not the exact format

    i.e "123 ABC st" or "123 ABC" or "123 abc street"

    by looking up the address, I then want to extract the "REF"

    e.g2
    as per the attached spreadsheet,
    sheet1, where address is "767 LOUIS JOHN STREET", sheet2 also has the information as "767 Louis John Street"
    I want to extract the REF="6503215147080" to sheet1

    Please help

    Thank you in advance
    Regards
    Vivekhttps://www.excelforum.com/images/icons/icon6.png
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,531

    Re: Vlookup all or parts of the information

    In O2

    =IFERROR(INDEX(Sheet2!$A$2:$A$100,MATCH($N2,Sheet2!$P$2:$P$6,0)),"")

    Assumes exact match

    Matching

    729 Lobelia Street vs 729B Lobelia Street v 729 Lobelia St (if the latter existed)


    is much more difficult as we need to define what we search on
    Last edited by JohnTopley; 04-22-2018 at 01:49 PM.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,504

    Re: Vlookup all or parts of the information

    I try to break string into 2 sub strings: 1st 3 digits and last strings after last 2 "spaces"
    i.e:
    767 LOUIS JOHN STREET ==>767 **** JOHN STREET
    729B LOBELIA STREET ==> 729 **** LOBELIA STREET

    In N2:
    Please Login or Register  to view this content.
    Quang PT

+ 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. VLOOKUP 2 parts of the lookup value
    By Sotmo in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-24-2014, 05:23 AM
  2. [SOLVED] VLOOKUP parts of a string
    By nb33 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-01-2014, 08:47 PM
  3. [SOLVED] Vlookup using parts of a string
    By [email protected] in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-14-2013, 10:38 PM
  4. Copy parts of a row based on information in a column to another sheet.
    By acoman in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-23-2012, 09:32 PM
  5. list parts of a row that contain certain information!
    By brolsen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-11-2011, 05:47 AM
  6. [SOLVED] Pulling parts of information from one cell and putting in another
    By Mcobra41 in forum Excel General
    Replies: 4
    Last Post: 03-04-2005, 03:06 PM
  7. Extracting Information of parts used
    By bern in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-28-2005, 09:57 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