+ Reply to Thread
Results 1 to 3 of 3

SUMPRODUCT Possibilities

  1. #1
    Registered User
    Join Date
    08-15-2006
    Posts
    71

    SUMPRODUCT Possibilities

    Hi,

    I am using the following formual:

    =SUMPRODUCT((A1:A2000=A3)*(ISNUMBER(SEARCH("Incomplete",B1:B2000))))

    Is there any way to search for 2 criterias, more specifically, "Incomplete and Complete" with in the same column (B1:B2000).

    Thanks in advance for any help.

    Calli

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by calli
    Hi,

    I am using the following formual:

    =SUMPRODUCT((A1:A2000=A3)*(ISNUMBER(SEARCH("Incomplete",B1:B2000))))

    Is there any way to search for 2 criterias, more specifically, "Incomplete and Complete" with in the same column (B1:B2000).

    Thanks in advance for any help.

    Calli
    Hi,

    removed, -- see following post by daddylonglegs
    ---
    Last edited by Bryan Hessey; 07-14-2007 at 12:11 AM.
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If you just search for "complete" then it'll also pick up cells containing "incomplete" so perhaps

    =SUMPRODUCT((A1:A2000=A3)*ISNUMBER(SEARCH("complete",B1:B2000)))

+ 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