+ Reply to Thread
Results 1 to 5 of 5

can't get sumproduct to work

  1. #1
    Forum Contributor
    Join Date
    02-01-2011
    Location
    london, england
    MS-Off Ver
    Excel 2016
    Posts
    179

    can't get sumproduct to work

    column c has a list of names, column d has either a yes or a no, i have a separate summary sheet and i want to count the yes' for each name, my sumproduct formula won't work?

    =sumproduct((c:c="name")*(d:d="yes"))

    what am i doing wrong?

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: can't get sumproduct to work

    vl 2003 does not accept entire ranges like C:C you will have tio use C1:C65536 if necessary

  3. #3
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,252

    Re: can't get sumproduct to work

    I think Arthur meant C2:C65536

    Ideally, try to keep the range sizes as small as possible. SUMPRODUCT uses a lot of brain power, so you might find your spreadsheet calculations grinding to a halt if you overuse it.
    Hope that helps,

    Colin

    RAD Excel Blog

  4. #4
    Forum Contributor
    Join Date
    02-01-2011
    Location
    london, england
    MS-Off Ver
    Excel 2016
    Posts
    179

    Re: can't get sumproduct to work

    thanks alot guys, sorted.

  5. #5
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: can't get sumproduct to work

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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