+ Reply to Thread
Results 1 to 5 of 5

Sumproduct problem

Hybrid View

  1. #1
    Registered User
    Join Date
    03-18-2009
    Location
    Solihull
    MS-Off Ver
    Excel 2003
    Posts
    53

    Sumproduct problem

    Hi - I wonder if anyone can help me
    I have a SUMPRODUCT problem enclosed - I have a number of items under each pattern with different costs and units
    need to sum up for each pattern total value ( i.e. cost x units ) - i've tried but doesn't seem to work:

    SUMPRODUCT(--($c$3:$c$17=$C$26),(--$e$3:$e$17))*($f$3:$f$17)

    thanks

    peter
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Sumproduct problem

    Im not sure but does this do it

    =sumproduct(--($c$3:$c$17=$c26),$e$3:$e$17,$f$3:$f$17)
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Sumproduct problem

    Try

    =SUMPRODUCT((C3:C17=C26)*(E3:E17)*(F3:F17))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Registered User
    Join Date
    03-18-2009
    Location
    Solihull
    MS-Off Ver
    Excel 2003
    Posts
    53

    Re: Sumproduct problem

    marvellous - thanks twiggy

    rgds
    peter

  5. #5
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Sumproduct problem

    No problem, glad to help.

    Remember to mark it solved and tap star to anyone that helped

+ 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