+ Reply to Thread
Results 1 to 6 of 6

Sumproduct Question

  1. #1

    Sumproduct Question

    Here is my formula:
    =SUMPRODUCT(--('Call Summary.xls'!$I$10:$I$5000=C78),--('Call
    Summary.xls'!$D$10:$D$5000<>"lastname, firstname"),--('Call
    Summary.xls'!$L$10:$L$5000))

    This works fine; but when I change the "lastname, firstname" to this;

    =SUMPRODUCT(--('Call Summary.xls'!$I$10:$I$5000=C78),--('Call
    Summary.xls'!$D$10:$D$5000<>C78),--('Call Summary.xls'!$L$10:$L$5000))

    It sums all the data including the data I do not want referenced in
    cell C78...


    Does anyone know why??


    Thanks,

    Hans


  2. #2
    Don Guillett
    Guest

    Re: Sumproduct Question

    spacing perhaps

    --
    Don Guillett
    SalesAid Software
    [email protected]
    <[email protected]> wrote in message
    news:[email protected]...
    > Here is my formula:
    > =SUMPRODUCT(--('Call Summary.xls'!$I$10:$I$5000=C78),--('Call
    > Summary.xls'!$D$10:$D$5000<>"lastname, firstname"),--('Call
    > Summary.xls'!$L$10:$L$5000))
    >
    > This works fine; but when I change the "lastname, firstname" to this;
    >
    > =SUMPRODUCT(--('Call Summary.xls'!$I$10:$I$5000=C78),--('Call
    > Summary.xls'!$D$10:$D$5000<>C78),--('Call Summary.xls'!$L$10:$L$5000))
    >
    > It sums all the data including the data I do not want referenced in
    > cell C78...
    >
    >
    > Does anyone know why??
    >
    >
    > Thanks,
    >
    > Hans
    >




  3. #3
    Forum Contributor
    Join Date
    08-28-2005
    Posts
    298
    hi!

    maybe

    =SUMPRODUCT(--('Call Summary.xls'!$I$10:$I$5000=C78)*('Call
    Summary.xls'!$D$10:$D$5000<>C78),('Call Summary.xls'!$L$10:$L$5000))

    -via135

  4. #4

    Re: Sumproduct Question

    Don,

    Thanks...at least you told me that the formula was correct...I copied
    and pasted the name from the "summary" and it worked...Who knows!?! an
    Excel formatting thing


    Hans


  5. #5
    Don Guillett
    Guest

    Re: Sumproduct Question

    You could use trim in some fashion

    --
    Don Guillett
    SalesAid Software
    [email protected]
    <[email protected]> wrote in message
    news:[email protected]...
    > Don,
    >
    > Thanks...at least you told me that the formula was correct...I copied
    > and pasted the name from the "summary" and it worked...Who knows!?! an
    > Excel formatting thing
    >
    >
    > Hans
    >




  6. #6

    Re: Sumproduct Question

    Hey Guys....Thanks for all the help it works perfect now!!


    Hans


+ 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