I am trying to use SUMIFS, but want to exclude duplicate values. I have the following formula:
=SUMIFS(GOStat[Check Amt],GOStat[OfferID],[@SubmissionID],GOStat[Status],"<>Cancelled",[OfferID],"<>[@OfferID]")
This formula works up to the last arguments ",[OfferID],"<>[@OfferID]". When I added this I get '#VALUE!' in all of the results.![]()
Bookmarks