+ Reply to Thread
Results 1 to 4 of 4

Sumproduct problem = #DIV/0!

  1. #1
    Registered User
    Join Date
    12-28-2014
    Location
    Malaysia
    MS-Off Ver
    Professional 2007
    Posts
    21

    Sumproduct problem = #DIV/0!

    I need help on my formula as it appear #DIV/0! when I sumproduct Col D , Col B and Divide by Col C.

    Thaks
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Sumproduct problem = #DIV/0!

    Try this array formula entered with CTRL + SHIFT + ENTER

    =SUM(IF(C5:C16<>0,(D5:D16*B5:B16)/(C5:C16),0))

  3. #3
    Forum Contributor
    Join Date
    03-08-2011
    Location
    London
    MS-Off Ver
    Work Office 365 Home 2019
    Posts
    428

    Re: Sumproduct problem = #DIV/0!

    Ignore my last message - IT WAS RUBBISH!!
    Last edited by MagicMan; 03-30-2015 at 10:00 AM. Reason: Wrong answer

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Sumproduct problem = #DIV/0!

    Does this work?

    =SUMPRODUCT(IF(C5:C16=0,0,(D5:D16*B5:B16)/(C5:C16)))
    Array formula, use Ctrl-Shift-Enter
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. [SOLVED] SUMPRODUCT Problem
    By jeversf in forum Excel General
    Replies: 7
    Last Post: 03-30-2012, 09:07 PM
  2. SUMPRODUCT problem
    By ddub25 in forum Excel General
    Replies: 2
    Last Post: 07-31-2011, 08:57 AM
  3. [SOLVED] Sumproduct Problem
    By Biff in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 06:05 AM
  4. [SOLVED] Sumproduct Problem
    By Andibevan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-05-2005, 01:05 PM
  5. [SOLVED] Problem using sumproduct
    By Hiughs in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-05-2005, 08:06 AM

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