+ Reply to Thread
Results 1 to 7 of 7

how do I use MATCH to search by zone name in column

  1. #1
    Registered User
    Join Date
    02-18-2019
    Location
    Ireland
    MS-Off Ver
    2017
    Posts
    13

    how do I use MATCH to search by zone name in column

    Hi All,

    need help with Match function. If I have pricing chart with Zones and weights, how do I use MATCH to search by zone name in column (eg. Zone 123). Goal is to find price based on weight and zone name that are in columns on different sheet. (Zones are marked only as numbers in other sheet.)

    Raw data that match function will be matching from:
    Weight/Zone
    Zone 123 Zone 221
    1 x x
    2 x x
    3 x x
    4
    5

    Data that match function will be looking:
    Zone Weight
    123 2
    331 3
    ...

    Thanks.
    Last edited by AliGW; 02-18-2019 at 11:21 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: MATCH function

    You might want to change the subject of your thread before a mod comes along and asks you for a more detailed subject description and us not to respond until that's done.
    Once you done that, post a sample file as it's cnot clear what cells the data is in.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: how do I use MATCH to search by zone name in column

    As you are new to the forum, I have changed your thread title for you this time. In future, you need to make your thread titles explicit. The name of the function you think you need to use is not enough, and actually may not be helpful.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    02-18-2019
    Location
    Ireland
    MS-Off Ver
    2017
    Posts
    13

    Re: how do I use MATCH to search by zone name in column

    Hi,

    apologies and thank you for explaining the rules. Please find attached example of the sheet with random data.

    It has 2 data sheets that formula would have to pull data from.

    GOAL is to find price from matrixes based on weight and zone.

    Thanks.
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: how do I use MATCH to search by zone name in column

    =IFERROR(INDEX('Price sheet 1'!$C$5:$I$34,MATCH(C5,'Price sheet 1'!$B$5:$B$34,0),MATCH("Zone "&B5,'Price sheet 1'!$C$4:$I$4,0)),INDEX('Price sheet 2'!$C$5:$I$34,MATCH(C5,'Price sheet 2'!$B$5:$B$34,0),MATCH("Zone "&B5,'Price sheet 2'!$C$4:$I$4,0)))

    copy down the column

    NOTE: There's no ZONE 2 in your data hence the #N/A result

    Some of your data has recurring numbers like 22.3333333333333 displaying as 22.3

  6. #6
    Registered User
    Join Date
    02-18-2019
    Location
    Ireland
    MS-Off Ver
    2017
    Posts
    13

    Re: how do I use MATCH to search by zone name in column

    Thank you for the help!

    I have another very similar problem. In att. it's an example of smaller scale.

    On sheet1 under column B(Zone), there should be zone number based on country code and data on sheet named Data.

    Thanks.
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: how do I use MATCH to search by zone name in column

    Try on sheet1!B2 and copy down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    You'll (correctly) see a fair number of blanks where there is no corresponding country code on the data sheet.

+ 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. How to apply an Index.Match.Match function to all entries in a Listbox on a User Form
    By jason.drozd in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-25-2018, 01:54 AM
  2. Replies: 5
    Last Post: 03-29-2018, 01:56 PM
  3. 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
  4. Problems applying INDEX-MATCH-MATCH function on other data
    By LennartB in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-13-2015, 05:33 AM
  5. [SOLVED] Vlookup to Pivot Table, using Match function, returns error if can't find match value
    By AndrewHowarth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-16-2015, 12:10 AM
  6. Replies: 3
    Last Post: 06-17-2013, 12:37 PM
  7. Replies: 5
    Last Post: 10-26-2012, 02: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