+ Reply to Thread
Results 1 to 4 of 4

Sum multiple text

  1. #1
    roy.okinawa
    Guest

    Sum multiple text

    I need the below formula to also sum "Closed / No", since column B contains
    both entries. Not sure how/where to add it to this formula.


    =SUMPRODUCT(--(Overall!B8:B1026="Closed /
    Yes"),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))

  2. #2
    Max
    Guest

    Re: Sum multiple text

    One way:

    =SUMPRODUCT(--ISNUMBER(MATCH(Overall!B8:B1026,{"Closed / Yes","Closed /
    No"},0)),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "roy.okinawa" <[email protected]> wrote in message
    news:[email protected]...
    > I need the below formula to also sum "Closed / No", since column B

    contains
    > both entries. Not sure how/where to add it to this formula.
    >
    >
    > =SUMPRODUCT(--(Overall!B8:B1026="Closed /
    > Yes"),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))




  3. #3
    roy.okinawa
    Guest

    Re: Sum multiple text

    Thanks again.

    "Max" wrote:

    > One way:
    >
    > =SUMPRODUCT(--ISNUMBER(MATCH(Overall!B8:B1026,{"Closed / Yes","Closed /
    > No"},0)),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "roy.okinawa" <[email protected]> wrote in message
    > news:[email protected]...
    > > I need the below formula to also sum "Closed / No", since column B

    > contains
    > > both entries. Not sure how/where to add it to this formula.
    > >
    > >
    > > =SUMPRODUCT(--(Overall!B8:B1026="Closed /
    > > Yes"),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))

    >
    >
    >


  4. #4
    Max
    Guest

    Re: Sum multiple text

    You're welcome, Roy !
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "roy.okinawa" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks again.




+ 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