+ Reply to Thread
Results 1 to 3 of 3

SUMPRODUCT #VALUE error

  1. #1
    Registered User
    Join Date
    02-20-2013
    Location
    Los Angeles, California
    MS-Off Ver
    Excel 2010
    Posts
    43

    SUMPRODUCT #VALUE error

    I am trying to sum the numbers in L10:AC310 if column a is a date after the reference date in A312 and column F is 41000. I get a #VALUE error with the below formula and can't figure out why.

    =-SUMPRODUCT(--($A$10:$A$310>$A$312),--($F$10:$F$310="41000"),($L$10:AC$310))

    When I break the formula down into its parts (as below), none of the parts return errors.

    =-SUMPRODUCT(--($A$10:$A$310>$A$312))
    =-SUMPRODUCT(--($F$10:$F$310="41000"))
    =-SUMPRODUCT(($L$10:AC$310))

    The only information I could find on SUMPRODUCT #VALUE errors was mismatched ranges or text/blanks and as I understand it, the --, format should eliminate the blanks problem. There are lots of blank cells in the array to sum.

    Any help would be greatly appreciated.

  2. #2
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: SUMPRODUCT #VALUE error

    The shape (#rows; #columns) of all parameters must be the same. L10:AC310 is 2-dimensional, whereas A10:A310 and F10:F310 are 1-dimensional.

    Instead, write:

    =-SUMPRODUCT(($A$10:$A$310>$A$312)*($F$10:$F$310="41000")*$L$10:AC$310)

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: SUMPRODUCT #VALUE error

    And if 41000 is a number remove the double quotes

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sumproduct error
    By eisfspike in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-14-2017, 12:56 PM
  2. [SOLVED] Sumproduct error
    By Ravana in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-02-2015, 04:42 AM
  3. Sumproduct Error
    By ltmaiyk in forum Excel General
    Replies: 4
    Last Post: 11-05-2009, 11:21 AM
  4. SUMPRODUCT error
    By rjmills18 in forum Excel General
    Replies: 2
    Last Post: 08-28-2008, 07:34 AM
  5. Sumproduct #n/a error
    By khalid79m in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-06-2007, 04:25 PM
  6. [SOLVED] Sumproduct Error
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-18-2006, 04:00 PM
  7. Error values:DIV/0! error in SumProduct formula with no division
    By Jerry W. Lewis in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 PM

Tags for this Thread

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