+ Reply to Thread
Results 1 to 3 of 3

How to sum row in order to multiple variables filter

  1. #1
    Registered User
    Join Date
    08-16-2012
    Location
    Moscow
    MS-Off Ver
    Excel 2007
    Posts
    2

    How to sum row in order to multiple variables filter

    Dears Excel Experts!

    Please, help with one issue.
    I have source datasheet where are listed product references, company references, product quantities and monthes when they were dispatched.
    I need formula to find company reference and product reference, summarize quantities that've been dispatched during whole year and put sum in the list in the second sheet.

    Please, see enclosed xlsx file
    Thanks for your time!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How to sum row in order to multiple variables filter

    Try:

    =SUMPRODUCT((source!$A$2:$A$62=B$5)*(source!$B$2:$B$62=$A7)*(source!$C$2:$N$62))

    note, with your sample most result to 0....

    If you adjust the ranges, try to only use max rows needed, don't use whole column references.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-16-2012
    Location
    Moscow
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: How to sum row in order to multiple variables filter

    He is alive, ALIVE!
    Thanks, NBVC! ))

+ 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