+ Reply to Thread
Results 1 to 10 of 10

Matching a name against a partial postcode

  1. #1
    Registered User
    Join Date
    11-09-2018
    Location
    Newcastle, England
    MS-Off Ver
    365
    Posts
    5

    Angry Matching a name against a partial postcode

    Hi, please can somebody help me with a problem I am having?

    I am very new to excel formulas and stuggling to work out the following:

    I have 2 sheets.

    Sheet 1 has partial postcodes in column A e.g "LU1" and a name in column B

    Sheet 2 has full postcodes in column A e.g "LU1 3DB" and a company name in column B - I would like to populate column C in sheet 2 with the name that matches the parial postcodes in sheet 1 with the full postcodes in sheet 2.

    Any help will be hughely appriciated.

    Thanks in advance!

  2. #2
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: Matching a name against a partial postcode

    You could try with Vlookup + matches formula to populate the post codes.
    please provide a sample excel file, what you looking for. It will be hugely appreciated to help you in better way.
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

  3. #3
    Registered User
    Join Date
    11-09-2018
    Location
    Newcastle, England
    MS-Off Ver
    365
    Posts
    5

    Re: Matching a name against a partial postcode

    I have attached a sample excel file.

    Thank you!

    I am looking to get the name from sheet 1 (column B) to sheet 2 column C. Sometimes the name could be different also which I think complicates it.
    Attached Files Attached Files
    Last edited by benmj16; 11-09-2018 at 12:00 PM.

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Matching a name against a partial postcode

    Try
    =INDEX(Sheet1!A$2:B$41,MATCH(LEFT(A2,FIND(" ",A2)-1),Sheet1!A$2:A$41,0),2)

  5. #5
    Registered User
    Join Date
    11-09-2018
    Location
    Newcastle, England
    MS-Off Ver
    365
    Posts
    5

    Re: Matching a name against a partial postcode

    Thanks but i cant get that to work. It just says N/A in the cell!

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Matching a name against a partial postcode

    Not for me it doesn't.
    I changed the names to check that it's pulling in the correct data
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    11-09-2018
    Location
    Newcastle, England
    MS-Off Ver
    365
    Posts
    5

    Re: Matching a name against a partial postcode

    It works on the sample sheet but not on my main worksheet! I have tried to change the values but I cant seem to get it right.

  8. #8
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Matching a name against a partial postcode

    Can you supply a sample of your actual data?

  9. #9
    Registered User
    Join Date
    11-09-2018
    Location
    Newcastle, England
    MS-Off Ver
    365
    Posts
    5

    Talking Re: Matching a name against a partial postcode

    I worked out what I was doing wrong. Thank you so much for the help. I am really grateful. Have a wonderful weekend.

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: Matching a name against a partial postcode

    Glad you sorted it & thanks for the feedback.

    Not sure if you're a Falcons fan or not, but we're playing you tonight.

+ 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. Match full postcode against list of partial postcodes
    By TheRobsterUK in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-06-2018, 06:14 AM
  2. Index matching on postcodes - but only a certain part of a postcode
    By blackrosepetals9169 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-20-2018, 09:40 AM
  3. [SOLVED] Postcode check and return of value in column title and cell adjacent to postcode
    By BigTP in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-26-2018, 05:04 AM
  4. Index partial Matching with at least 3 characters matching per criteria
    By T86157 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-09-2017, 03:15 PM
  5. [SOLVED] Help needed trimming full postcode address to postcode sector.
    By Mikey7346 in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 08-10-2012, 05:11 PM
  6. Match postcode then show matching data
    By Cornfused in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-31-2011, 02:09 AM
  7. Bank reconciliation - Many to one matching and partial cell matching
    By maartendelaet in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-25-2010, 08:21 PM

Tags for this Thread

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