+ Reply to Thread
Results 1 to 16 of 16

Matching

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-28-2005
    Posts
    151

    Matching

    Could people see my matching problem posted before. I have don an example to show my problem. It is attached.

    Thanks for the help
    Attached Files Attached Files

  2. #2
    pinmaster
    Guest
    Not sure what you're trying to do but I noticed that your formulae are offset by 1...meaning that the formula in B2 is trying to match A1 the formula in B3 A2 and so on. If your trying to get rid of the #N/A then use:

    =IF(ISNA(MATCH(A2,$C$2:$C$7,0)),"",MATCH(A2,$C$2:$C$7,0))

    HTH
    Jean-Guy

  3. #3
    Forum Contributor
    Join Date
    07-28-2005
    Posts
    151
    You are right i have made an error there-it should be A2 as opposed to A1.

    However, for my real data set the match does not work-for some values, even though the format is correct. I can't work out why. On an exactly the same data set it works. Unfortunately the file is too big to post.

    Chris

  4. #4
    pinmaster
    Guest
    The way your formula is set up it will only return a value for an exact match.

    try:

    =MATCH(A2,$C$2:$C$7,1)

    HTH
    Jean-Guy

  5. #5
    Forum Contributor
    Join Date
    07-28-2005
    Posts
    151
    But the problem is i do want a perfect match.
    I have 2 lists:
    Product Exception
    01238451 01238451
    01323472 01355763
    01355763
    02545364
    02454776

    The product list is greater than the exceptions list. I want to use the match formula, to show me where the exceptions are, then i can delete them (made easier by using the filter). I do not know why the match formal does not work for all of the exceptions, it does for some.

  6. #6
    Forum Contributor
    Join Date
    07-28-2005
    Posts
    151
    I think i've found where the problem lies. My product list is 5000 rows, the first 700 product codes begin with a zero, thus the product column and the exceptions column are both formatted as text.

    The match formula works for the first 700 rows (products beginning with a 0) and then stops- i don't know why? I have tried changing the format but that does not work.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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