Dear All:  I want to put the data into multiple bins (Groups).  Just a small sample of my data is as follows     VAR_A                   VAR_B                   VAR_C    5                            120                         600    4                             125                        -45    25                           200                        85     I want to construct 5 groups for VAR_A and VAR_B and then put VAR_C in the appropriate groups     So, for example, VAR_A can have bins as follows  0-5  6-20  21-30  31-50   GE 51     Groups for VAR_B   1-5  6-10  11-50  51-100  GE 101  First, I want to find the frequency distribution for VAR_C for dual groups of VAR_ and VAR_B.  Finally, can I find the Average of VAR_C for these bins (Groups).     Thanx so much.     Randy    
						
					
					... View more