+ Reply to Thread
Results 1 to 4 of 4

OR MATCH only returns FALSE when using a table array

Hybrid View

  1. #1
    Registered User
    Join Date
    02-15-2013
    Location
    louisville
    MS-Off Ver
    Excel 2007
    Posts
    4

    OR MATCH only returns FALSE when using a table array

    I am comparing fields on multiple sheets. When I use =OR(ISNUMBER(MATCH(B3,KNDQA!B28:M29,0))) to match a value on a separate sheet it always returns FALSE regardless of the exact match or not. I am not sure what the issue is. It only returns true if my array is a single cell.

    Please help!

    Feb_13_all_universes.xlsx
    Last edited by scottyperry; 02-15-2013 at 01:10 PM. Reason: attaching file

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,621

    Re: OR MATCH only returns FALSE when using a table array

    What do you use OR for in this formula, as there is only one condition ?
    This range KNDQA!B28:M29 is empty... ?

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: OR MATCH only returns FALSE when using a table array

    Match only works in a single column or a single row, i.e Match(B3, B28:B50,0) or MATCH (B3, B28:M28,0)

    Not sure exactly what you are trying to do (as I don't know what sheet you're putting the formula in and there's nothing in KINDQA!B28:M29) but try

    =SUMPRODUCT(--(KNDQA!B28:M29=B3))>0
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    02-15-2013
    Location
    louisville
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: OR MATCH only returns FALSE when using a table array

    ChemistB

    Thanks that seems to have worked.

    I want to see what values are present in the other sheets by using TRUE/FALSE to identify them.

    If there is a better way I would love to know but your =SUMPRODUCT seems to have done it.

+ 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