• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sumproduct or Sumif without duplicates

rjfields

New Member
Hello,


I have a 3 column table. I need to sum the values in col3 as long as the values in col1 are not duplicates (col2 has a status value that makes a col1 duplicate a unique record, i.e. a compound key). Col1 is sorted ascending.


Thank you very much

rob
 
Rob


Firstly, Welcome to the Chandoo.org forums.


Try:
Code:
=Sumproduct((Col2=Value)*(Col3))


If that doesn't help can you post a sample file, refer: http://chandoo.org/forums/topic/posting-a-sample-workbook
 
Back
Top