J
Jen
I have two columns. One is Company name and the other is positive and
negative numbers. I need to group by company name. I also need to group by
the pos/neg numbers (ignoring the neg sign) and excluding orphans.
I have tried using the ABS, but it changes the neg to a positive. How can I
get it to ignore, but still display the neg number.
i.e. $134.00
-$134.00
$134.00
$122.14
$122.14
-$122.14
If I had only one $155.00 or -$164.00, etc. I do not want it to show up on
my report.
negative numbers. I need to group by company name. I also need to group by
the pos/neg numbers (ignoring the neg sign) and excluding orphans.
I have tried using the ABS, but it changes the neg to a positive. How can I
get it to ignore, but still display the neg number.
i.e. $134.00
-$134.00
$134.00
$122.14
$122.14
-$122.14
If I had only one $155.00 or -$164.00, etc. I do not want it to show up on
my report.