Dear Alteryx community,
i would like to ask for your kind assistance/expertise in creating the following workflow,
I have a set of data (attached below as raw listing) in which there offsetting entrie. In excel i would normally solve the respective problem by adding 2 new columns and applying the respective 2 formulas below (please refer to attached excel, results) and filter the respective listing for duplicate entries.
Knock off identifier =IF(B2="","",IF(B2<0,-B2&"_"&COUNTIF(B$2:B2,B2),B2&"_"&COUNTIF(B$2:B2,B2)))
Knock off identifier 2 =IF(COUNTIF(C:C,C2)=2,"x","")
To summarise the above, hope you could kindly design a workflow that can remove all offsetting entries from the raw listing to the desired result.
i have attached a example of a raw listing and the desired result, i would really appreciate all the help
.
P.S i have explored the existing entries for offsetting entries but none of them are able to fully address/ solve my problem above the closest was the link below (but the solution doesn't take into consideration entries which lead to a negative
https://community.alteryx.com/t5/Alteryx-Server-Discussions/Remove-Reversing-Entries-in-a-Population/td-p/701180
balance).