I have a table with a bunch of loan accounts in column A and the data related to those loan accounts in the following columns, one of them being "# of days past due" which include the exact number of days that account is passed due. I want to group the loans together based on a range of days past due (1-30,31-60,61-90,and 90+) and pull the related data into those groups including a count of how many loans fall into that pool, the sum of the past due amount, and the sum of the principle balance for the loans in each days past due group.