Hi All,

I am working on my reconciliations work... and there are lots of duplicate values with + and - signs...

I need to match all negative values with positive values which will results in sum=0 so that my reconciliations job will be much easier...

Eg. In a row there is value +100 repeated three times and the in a same row -100 values also three times.. If we sum up this the result will be sum=0


Please help me on my issues