+ Reply to Thread
Results 1 to 6 of 6

Sumproduct question

  1. #1
    RJS76 via OfficeKB.com
    Guest

    Sumproduct question

    Hi all,

    With the help of the sumproduct formula I'm trying to count how many tickets
    were created by our Servicedesk team sorted by division of the reporter of
    the incident.

    In my spreadsheet Column N shows the groups that can create tickets and
    column T shows the division of the reporter of the ticket.

    I used this formula:

    =SUMPRODUCT(('Data SD Opened'!N2:N65536="dlo-NL-HDK*")*('Data SD Opened'!T2:
    T65536="*Concernstaf*"))

    The result I get is 0 even though there are tickets from the division
    Concernstaf.

    Can somebody please tell me what's wrong in my formula?

    Any help would be greatly appreciated.

    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200602/1

  2. #2
    Bob Phillips
    Guest

    Re: Sumproduct question

    =SUMPRODUCT(--(LEFT('Data SD
    Opened'!N2:N65536,10)="dlo-NL-HDK")--(ISNUMBER(MATCH("Concernstaf",'Data SD
    Opened'!T2:T65536))))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "RJS76 via OfficeKB.com" <u15953@uwe> wrote in message
    news:5b394467c42d6@uwe...
    > Hi all,
    >
    > With the help of the sumproduct formula I'm trying to count how many

    tickets
    > were created by our Servicedesk team sorted by division of the reporter of
    > the incident.
    >
    > In my spreadsheet Column N shows the groups that can create tickets and
    > column T shows the division of the reporter of the ticket.
    >
    > I used this formula:
    >
    > =SUMPRODUCT(('Data SD Opened'!N2:N65536="dlo-NL-HDK*")*('Data SD

    Opened'!T2:
    > T65536="*Concernstaf*"))
    >
    > The result I get is 0 even though there are tickets from the division
    > Concernstaf.
    >
    > Can somebody please tell me what's wrong in my formula?
    >
    > Any help would be greatly appreciated.
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200602/1




  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,723
    Bob,

    I presume you meant to use SEARCH not MATCH

    =SUMPRODUCT(--(LEFT('Data SD Opened'!N2:N65536,10)="dlo-NL-HDK"),--ISNUMBER(SEARCH("Concernstaf",'Data SD Opened'!T2:T65536)))
    Last edited by daddylonglegs; 02-01-2006 at 07:06 AM.

  4. #4
    RJS76 via OfficeKB.com
    Guest

    Re: Sumproduct question

    Thanks for your reply.

    When I use your formula I get the same result (0). When I filter the
    spreadsheet for Concernstaf it shows me 8 results.

    Any other suggestions?


    Bob Phillips wrote:
    >=SUMPRODUCT(--(LEFT('Data SD
    >Opened'!N2:N65536,10)="dlo-NL-HDK")--(ISNUMBER(MATCH("Concernstaf",'Data SD
    >Opened'!T2:T65536))))
    >
    >> Hi all,
    >>

    >[quoted text clipped - 16 lines]
    >>
    >> Any help would be greatly appreciated.


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200602/1

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,723
    Hi, did you try my version, unfortunately managed to insert my own typo (missing comma). The edited version above should work for you

    =SUMPRODUCT(--(LEFT('Data SD Opened'!N2:N65536,10)="dlo-NL-HDK"),--ISNUMBER(SEARCH("Concernstaf",'Data SD Opened'!T2:T65536)))

  6. #6
    RJS76 via OfficeKB.com
    Guest

    Re: Sumproduct question

    Thanks, that did the trick!

    daddylonglegs wrote:
    >Bob,
    >
    >I presume you meant to use SEARCH not MATCH
    >
    >=SUMPRODUCT(--(LEFT('Data S
    >Opened'!N2:N65536,10)="dlo-NL-HDK")--ISNUMBER(SEARCH("Concernstaf",'Dat
    >SD Opened'!T2:T65536))


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200602/1

+ 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