+ Reply to Thread
Results 1 to 5 of 5

SUMPRODUCT Error

Hybrid View

  1. #1
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,263

    Re: SUMPRODUCT Error

    One of the values in row 80 is #N/A. There is nothing wrong with the formula that you are using, so the error must be in the values being evaluated.
    Bernie Deitrick
    Excel MVP 2000-2010

  2. #2
    Registered User
    Join Date
    10-23-2014
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2013
    Posts
    24

    Re: SUMPRODUCT Error

    That was it, Bernie. Thanks for letting me know that. I didn't know that you couldn't have #N/A's in order for this to work. There was a rogue formula, and this solved it. Thanks!

  3. #3
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,263

    Re: SUMPRODUCT Error

    You can have errors in your data - you just need to anticipate that condition.

    You could change

    Assumptions!$I$73:$CK$80

    to

    IFERROR(Assumptions!$I$73:$CK$80,0)

    and enter the formula using Ctrl-Shift-Enter rather than just enter.

+ 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 dschnetzer in forum Excel General
    Replies: 5
    Last Post: 01-05-2011, 12:36 PM
  2. SUMPRODUCT and #VALUE error
    By kathleen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-18-2010, 03:39 PM
  3. Sumproduct Error
    By ltmaiyk in forum Excel General
    Replies: 4
    Last Post: 11-05-2009, 11:21 AM
  4. Sumproduct error
    By bertman77 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-15-2008, 01:22 PM
  5. [SOLVED] 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
  6. [SOLVED] sumproduct error
    By jhahes in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-30-2005, 02:05 PM
  7. SumProduct Error?
    By john in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-08-2005, 08:06 AM
  8. SUMPRODUCT ERROR
    By Mestrella31 in forum Excel General
    Replies: 1
    Last Post: 01-26-2005, 04:06 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