+ Reply to Thread
Results 1 to 3 of 3

Error with ISNUMBER Match

  1. #1
    Forum Contributor
    Join Date
    02-13-2009
    Location
    Indiana
    MS-Off Ver
    Excel 2015
    Posts
    183

    Error with ISNUMBER Match

    Would anyone have any idea why this formula works:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    But when I try to add another criteria, it returns 0?

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The raw data is there, and it should be returning some numbers. I am unable to attach the spreadsheet. Work use only.
    Last edited by sinspawn56; 01-07-2013 at 03:16 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Error with ISNUMBER Match

    If the new criterion only has to match a single value just do a straight comparison, i.e.

    =SUMPRODUCT(ISNUMBER(MATCH(raw!$F$1:$F$5000,$H$6:$H$7,0))*ISNUMBER(MATCH(raw!$H$1:$H$5000,$L$20:$L$44,0))*(raw!$A$1:$A$5000=A24))
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    02-13-2009
    Location
    Indiana
    MS-Off Ver
    Excel 2015
    Posts
    183

    Re: Error with ISNUMBER Match

    In my attempt to get it working, I had tried that. You however validated that it was indeed possible to do it. So I started looking at the raw data, and it was a formatting issue. I guess it just takes a second mind. Thank you.

+ 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