+ Reply to Thread
Results 1 to 6 of 6

Index and Match with multiple text criteria

  1. #1
    Registered User
    Join Date
    11-07-2019
    Location
    England
    MS-Off Ver
    10
    Posts
    4

    Post Index and Match with multiple text criteria

    Hi,

    I'm currently a little stumped with an Index/ Match formula to match two sets of data and return the most (ideally all) results.

    The data I am using is publicly available data: it is House Price data with addresses and Energy Performance Certificate (EPC) data with addresses. The EPC data also contains floor areas (square metres) of the properties. Fundamentally, what I am trying to do is match the address from the House Price data with the addresses in the EPC data to return the floor areas in the EPC data.

    Sounds fairly simple, and would be, however, the addresses are input slightly differently in each set of data and sometimes contain additional descriptions. I am therefore wanting to accurately match as much description from the addresses to match them correctly. In all instances, the post codes are always in the same format, so they are easily matched (as a starting point).

    I will upload an excel spreadsheet shortly as an example.

    Does this sound like something that can be achieved?


    Many thanks

    Geoff
    Attached Files Attached Files
    Last edited by Mache_19; 11-07-2019 at 01:13 PM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: Index and Match with multiple text criteria

    Try this:
    =INDEX(EPC[TOTAL_FLOOR_AREA],MATCH([@postcode],EPC[POSTCODE],0))

    I did not make any manual checks as your sample sheet (which only needs to contain 10-20 rows) contains THOUSANDS of rows.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    11-07-2019
    Location
    England
    MS-Off Ver
    10
    Posts
    4

    Re: Index and Match with multiple text criteria

    Thanks.

    I need to match the exact address, not just the post code. There can be multiple addresses at one post code, so need to get the specific address matched.


    Thanks

  4. #4
    Registered User
    Join Date
    11-07-2019
    Location
    England
    MS-Off Ver
    10
    Posts
    4

    Re: Index and Match with multiple text criteria

    Hi Glenn,

    Did you have any more thoughts on this?

    The reason I left so many records in was to then be able to do a thorough check to see if any formula ideas work.

    Cheers

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,557

    Re: Index and Match with multiple text criteria

    The reason I left so many records in was to then be able to do a thorough check to see if any formula ideas work.
    That means that we would have to search through those records to find the one that matched (for instance) saon: Flat 301 paon: 33 and street: WITHY GROVE
    We need to see only as many records from the EPC Data sheet and records on the Price Paid Data sheet (that they are known to match) a needed to understand why an accurate match is difficult.
    Please manually fill in the expected values in the Area(m2) column so that we can have something against which to test our formulas/code
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    11-07-2019
    Location
    England
    MS-Off Ver
    10
    Posts
    4

    Re: Index and Match with multiple text criteria

    JeteMc,

    Fundamentally, 99% of the records will match. Therefore, it's not worth me going through manually now. It would be more beneficial to check through once I have tested some options on the lookup formula.

    If you don't think you are able to achieve this type of match please let me know.

    Thanks.

+ 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: 10
    Last Post: 10-26-2021, 05:36 AM
  2. Replies: 16
    Last Post: 01-05-2018, 11:04 PM
  3. Index match with multiple criteria (text not return)
    By balajisrinath87 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-31-2017, 07:18 AM
  4. Need help in Index, Match usage to match multiple criteria in sum function
    By Summer0830 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2017, 02:47 AM
  5. Look up or match/index multiple text criteria approx
    By qclady in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-07-2016, 08:50 PM
  6. [SOLVED] Index Match with multiple criteria involving find text
    By 3345james in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-30-2015, 11:56 AM
  7. Replies: 2
    Last Post: 09-27-2014, 04:34 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