Data identification

  • Thread starter Thread starter Marcin Peciak
  • Start date Start date
M

Marcin Peciak

Hi All,

I need help on this one: I have a one column table, with numbers, for
example:
100
200
150
111
111
100
100

and some of those numbers have negatives (in the same table/column):

-100
-100
-150
-200
-111

What I need is to list of everything that left as the positives and
negatives are removing themselves. In result I should have as follows:
111
100

Any idea how to do this? My table has over 8K lines.....

Many thanks,
Marcin
 
Back
Top