• 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.

Get correct total, ignoring duplicates

prasha99

New Member
There are multiple instances of same payment amount on same day with same PO number. I would like to get correct total ignoring duplicates. Thanks
 

Attachments

  • ChandooForum2.xlsx
    17 KB · Views: 6
how are you planning on getting the total, is this a lookup - if so , then they usually only return the 1st instance
=INDEX(B:B,MATCH(A3&B3&C3,A:A&B:B&C:C,0))
OR
maybe use a AverageIFS() depending on excel version
=AVERAGEIFS(B:B,A:A,A3,B:B,B3,C:C,C3)

But i'm not sure how you are planning on using the total and where you want it

OR
if you want the spreadsheet cleaned up
 

Attachments

  • ChandooForum2_ETAF.xlsx
    18.1 KB · Views: 3
prasha99
Could You give few samples of Your named correct totals?
Could You five few samples of Your named duplicated? ( which or all columns of data )
 
Back
Top