Not sure if this is simple or difficult because I really am not sure how to go about this. So, the best way for me to explain is by the example below.
I track repair work for multiple locations. This is tracked by the field "StoreID". I also track the date a repair is first taken in by that location "DateTakeinIn" and track the date it arrives at the repair shop, "DateToRepair".
What I would like to do, is get a breakdown by month, for each Store Location, the average difference between the Date Taken In, vs. the Date To Repair.
Example:
Store "A" took in 5 repairs for September:
Date Taken In Date To Repair
9/1/06 9/8/06
9/3/06 9/8/06
9/9/06 9/21/06
9/10/06 9/21/06
9/15/06 9/21/06
So the date differences would be 8, 5, 12, 11, 6 and the average difference would be: 8.40. The 8.40 is what I am looking for.
Any help or suggestions would be very much appreciated!
Thanks,
Richard
I track repair work for multiple locations. This is tracked by the field "StoreID". I also track the date a repair is first taken in by that location "DateTakeinIn" and track the date it arrives at the repair shop, "DateToRepair".
What I would like to do, is get a breakdown by month, for each Store Location, the average difference between the Date Taken In, vs. the Date To Repair.
Example:
Store "A" took in 5 repairs for September:
Date Taken In Date To Repair
9/1/06 9/8/06
9/3/06 9/8/06
9/9/06 9/21/06
9/10/06 9/21/06
9/15/06 9/21/06
So the date differences would be 8, 5, 12, 11, 6 and the average difference would be: 8.40. The 8.40 is what I am looking for.
Any help or suggestions would be very much appreciated!
Thanks,
Richard