+ Reply to Thread
Results 1 to 3 of 3

SUMPRODUCT that ignores #N/A values

  1. #1
    Forum Contributor
    Join Date
    11-18-2014
    Location
    England
    MS-Off Ver
    365
    Posts
    132

    SUMPRODUCT that ignores #N/A values

    Hi,

    I am using a sumproduct as a SUMIF across two separate workbooks - Data is in one and the sumproduct is in a dashboard on the other. I need to sum one column - AE if a value from cell B1 exists in column C of the source data and then / it by the same sum of column AF to produce a % end result. my formula works fine but there are #N/A in the source data (which is a report I don't own) so I can't remove them. the formula I am using is:

    =SUMPRODUCT((--('[DLS Error Report 2019 MASTER.xlsx]Error Summary By Branch'!$C$7:$C$851=$B$1)),('[DLS Error Report 2019 MASTER.xlsx]Error Summary By Branch'!$AE$7:$AE$851))/SUMPRODUCT((--('[DLS Error Report 2019 MASTER.xlsx]Error Summary By Branch'!$C$7:$C$851=$B$1)),('[DLS Error Report 2019 MASTER.xlsx]Error Summary By Branch'!$AF$7:$AF$851))


    How can I get this to IGNORE the N/A values in column C? there are no N/A values in columns AF and AE.

    Thanks

    Jen

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: SUMPRODUCT that ignores #N/A values

    I'm assuming that the DLS file will be closed at points, which is why you're using SUMPRODUCT in first instance

    try switching to an Array

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    11-18-2014
    Location
    England
    MS-Off Ver
    365
    Posts
    132

    Re: SUMPRODUCT that ignores #N/A values

    Hi XLent, yes this is correct the DLS file will be closed when I am pulling the data from it. This array formula works perfectly thank you.

    Jen

+ 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 that ignores strikethrough
    By jsbrown in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-12-2018, 05:56 PM
  2. [SOLVED] Help creating a list that ignores NIL values
    By CXsjr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-31-2014, 11:59 AM
  3. Average Calc that ignores low values
    By Perch in forum Excel General
    Replies: 1
    Last Post: 09-05-2014, 09:53 AM
  4. [SOLVED] A Conditional formula that adds values in column but ignores other values
    By Damo666 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-20-2014, 12:57 PM
  5. [SOLVED] Average of cells which are not in a range which ignores any zero values
    By Scott_88 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-04-2013, 07:01 AM
  6. Replies: 2
    Last Post: 07-11-2012, 08:58 AM
  7. [SOLVED] Autosum ignores cell values
    By D in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-16-2005, 09:07 AM

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