+ Reply to Thread
Results 1 to 3 of 3

Sum Product using Sum if command

  1. #1
    Forum Contributor
    Join Date
    04-13-2012
    Location
    germany
    MS-Off Ver
    Excel 2003
    Posts
    185

    Sum Product using Sum if command

    Hello everybody,

    I need help regarding sumproduct using sum if statement. For the sake of example workbook is attached with this post.
    Attached Files Attached Files
    Last edited by kate.middleton1; 05-25-2013 at 02:08 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: Sum Product using Sum if command

    Try this is F7 and copy down for one way of doing it.
    =SUMIF(L$7:L$17,E7,N$7:N$17)+SUMIF(L$7:L$17,E7,M$7:M$17)

    Your example value is L7 is incorrect.
    If I've been of help, please hit the star

  3. #3
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: Sum Product using Sum if command

    Or this in F7 and copied down for another way.
    =SUMPRODUCT((L7:L17=E7)*(M7:N17))

+ 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