Hello and a forward thanks for ALL of the great info posted here. I've managed to make it a few months w/o having a scenario where I had to post an 'opportunity' to learn how to do something with this awesome program.
Yet, here I go ! ((Forgive me for not being more 'post savvy' as this is my first time posting)).
I'm trying to in essence, find a 'mirror' image of transactions and 'consolidate' them into a single transaction.
Here's my example:
Point A Point B A$ B$
X C 5 5
Y Z 3 3
Z Y 1 1
Results I'm looking for:
Point A Point B A$ B$
X C 5 5
Y Z 2 2
Because Y Z and Z Y are "opposites" I want to net them together by subtracting the lowest value from the larger in that particular row leaving me with just the consolidated transaction. I was thinking a RegEx_Match somehow would work but I can't seem to figure that one out.
Any suggestions would be marvelously appreciated !!
Thanks !!