T 
		
								
				
				
			
		Tom
I want to summarize aggregated data into fixed groups.   For example,
assume the following raw data:
Store Sales
A 100,000
B 150,000
C 75,000
D 50,000
E 5,000
I'd like to summarize the results as follows:
Sales Level Store Count
0 (to 49,000) 1
50,000 (to 99,000) 2
100,000 (and over) 2
				
			assume the following raw data:
Store Sales
A 100,000
B 150,000
C 75,000
D 50,000
E 5,000
I'd like to summarize the results as follows:
Sales Level Store Count
0 (to 49,000) 1
50,000 (to 99,000) 2
100,000 (and over) 2
