C
Chad S
I need to calculate the Min value within a certain date range.
My data:
A B C
D
1 Order # Date Received Date Processed Duration
2 1 01/05/04 01/15/04 10
3 2 01/12/04 01/21/04 09
4 3 01/22/04 02/01/04 10
5 4 01/30/04 02/09/04 10
6 5 02/05/04 02/20/04 15
7 6 02/15/04 02/26/04 11
8 7 02/27/04 03/05/04 07
9 8 02/28/04 03/15/04 16
I need a function that I can use to generate monthly metrics for th
above sample data (my actual data consists of 500+ orders which span
years). I would like to know the Min "Duration" value for each mont
based on "Date Processed" completions in each month (so for example m
date range for Feb 04 would be 02/01/04 -> 02/29/04 and the MI
"Duration" would be 10).
Eventually I am going to generate similar functions for MAX, AVG an
STD DEV.
I have tried the DMIN function but keep getting #VALUE! errors.
Any help would be greatly appreciated!!! Thanks
My data:
A B C
D
1 Order # Date Received Date Processed Duration
2 1 01/05/04 01/15/04 10
3 2 01/12/04 01/21/04 09
4 3 01/22/04 02/01/04 10
5 4 01/30/04 02/09/04 10
6 5 02/05/04 02/20/04 15
7 6 02/15/04 02/26/04 11
8 7 02/27/04 03/05/04 07
9 8 02/28/04 03/15/04 16
I need a function that I can use to generate monthly metrics for th
above sample data (my actual data consists of 500+ orders which span
years). I would like to know the Min "Duration" value for each mont
based on "Date Processed" completions in each month (so for example m
date range for Feb 04 would be 02/01/04 -> 02/29/04 and the MI
"Duration" would be 10).
Eventually I am going to generate similar functions for MAX, AVG an
STD DEV.
I have tried the DMIN function but keep getting #VALUE! errors.
Any help would be greatly appreciated!!! Thanks