+ Reply to Thread
Results 1 to 5 of 5

Sumproduct

  1. #1
    Registered User
    Join Date
    02-16-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2003
    Posts
    1

    Sumproduct

    Hello friends,

    I need help with finding the sum of the suppliers in my spreadsheet attached. Suppliers apperaing more than once should appear once in the result. The answer should appear on a separate sheet with one column showing the supplier names and the other showing the totals of each supplier. I also need to show the grand total. The SUMPRODUCT FUNCTION must be used...... please help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Sumproduct

    I don't know why Sumproduct "MUST BE USED". Anyway, =SUMPRODUCT(IF($A$2:$A$20=E9,$B$2:$B$20)) hit with Ctrl + Shift + Enter since it is an array formula
    Attached Files Attached Files

  3. #3
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: Sumproduct

    on jiejenn's workbook (cells F3 through F14), this would work too, with or without array formula:

    =SUMPRODUCT(($A$2:$A$20=E3)*($B$2:$B$20))

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Sumproduct

    Note that when anyone says a specific function or method MUST be used, it's 99.99% guaranteed that the person (aka "student") is trying to get us to do their homework. If they were smart, they would know otherwise. (Not saying it doesn't work in this case, but that's not really the point.)

  5. #5
    Registered User
    Join Date
    02-21-2012
    Location
    Copenhagen
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Sumproduct

    A simple Pivot could easily do the trick.

+ 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