Everyday I send out a report of the number of items at certain sites broken down into age buckets of how long the item as been sitting at that specific location. These totals are calculated by simply pulling the number of items at each site and comparing the date they were moved there to today's date. Now I am attempting to create a report that shows these values over time. So, for each week of the year I want to be able to show the total number of items in each age bucket, overall and by site. Is it possible to do this given just the item id, site name, date moved in, and date moved out for each item? I have a basic idea of how to accomplish this but, I'm running into trouble with the idea of having the age bucket accurately being portray for weeks in between the date moved in and date moved out. Any help is greatly appreciated!