Hi..I have a query that returns negative and positive numbers -11 through 11. I want to count the number of 1's, -1's, 2's, -2's, etc. in the column (including 0's).
So if my column was:
0
-3
1
0
5
-3
0
The result I am looking for is the total for each:
0 (3)
-3 (2)
1 (1)
5 (1)
I then need to figure out what percentage of the total each one represents.
Thanks in advance for your help..this one has got me stumped!
Reine
So if my column was:
0
-3
1
0
5
-3
0
The result I am looking for is the total for each:
0 (3)
-3 (2)
1 (1)
5 (1)
I then need to figure out what percentage of the total each one represents.
Thanks in advance for your help..this one has got me stumped!
Reine