+ Reply to Thread
Results 1 to 4 of 4

Finding similar address from 2 column.

  1. #1
    Registered User
    Join Date
    02-12-2021
    Location
    kochi
    MS-Off Ver
    2016
    Posts
    12

    Finding similar address from 2 column.

    Hi all,

    how to find 2 columns are equal or similar where my columns are addresses so they are mixed like land name come first or street came first.
    so my question is how to find the 2 columns are similar or equal by matching the words or number from the address data.
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Finding similar address from 2 column.

    This will give you identical matches...
    D2=IFERROR(MATCH(C2,B:B,0),"")
    copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    02-12-2021
    Location
    kochi
    MS-Off Ver
    2016
    Posts
    12

    Re: Finding similar address from 2 column.

    i tried but it worked for 28 rows of 6000.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Finding similar address from 2 column.

    In your sample file, there are exactly 26 matches

+ 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] Finding the address of the cell that houses the maximum value in a column range
    By subbby in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-05-2019, 12:35 PM
  2. [SOLVED] Trouble finding column address after column "Z"
    By icyrius in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-08-2016, 07:19 AM
  3. Replies: 4
    Last Post: 01-12-2016, 11:37 AM
  4. [SOLVED] Finding a value within the defined column address of a specific range
    By mike ryan in forum Excel General
    Replies: 5
    Last Post: 07-05-2012, 06:03 AM
  5. Finding a date in a specific column surounded by other columns with similar dates
    By Freakazoid in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-21-2012, 05:28 AM
  6. Replies: 1
    Last Post: 03-21-2006, 07:47 PM
  7. Finding address or column for text
    By pikapika13 in forum Excel General
    Replies: 4
    Last Post: 05-09-2005, 08:21 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