Mike Blackman
Well-known Member
- Joined
- Jun 8, 2007
- Messages
- 2,494
Hi,
I am trying to write an array formula that will work out how many minutes of tickets are open within a particular month. I have a formula shown on the first table which calculates how many minutes a ticket is open for within a particular month, but this only works for an individual ticket, Basically I neet to populate the 2nd table with an array formula that will calculate the number of minutes within the month that numerous tickets are open, effectively a SUMPRODUCT but I can't get it to work.
The right hand side of Table one doesn't exist in my main file, I am trying to populate the 2nd table using only the first four columns within Table 1.
I know this is as clear as mud guys but would really appreciate some help with this.
I am trying to write an array formula that will work out how many minutes of tickets are open within a particular month. I have a formula shown on the first table which calculates how many minutes a ticket is open for within a particular month, but this only works for an individual ticket, Basically I neet to populate the 2nd table with an array formula that will calculate the number of minutes within the month that numerous tickets are open, effectively a SUMPRODUCT but I can't get it to work.
The right hand side of Table one doesn't exist in my main file, I am trying to populate the 2nd table using only the first four columns within Table 1.
My God.xls | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | 01/02/2008 | Jan08 | Feb08 | Mar08 | ||||||
2 | 31 | 29 | 31 | |||||||
3 | W000002 | 20/01/200817:33:26 | 29/02/200802:36:54 | 56037 | 16,035.85 | 40,001.15 | - | |||
4 | W000001 | 27/01/200801:05:46 | 20/02/200803:17:52 | 200 | 41.13 | 158.87 | - | |||
5 | W000001 | 22/03/200809:06:18 | 24/03/200808:33:57 | 789 | - | - | 789.00 | |||
6 | W000001 | 24/03/200817:56:01 | 28/03/200813:23:42 | 1,966 | - | - | 1,966.00 | |||
7 | W000001 | 07/06/200820:27:18 | 09/06/200806:42:22 | 214 | - | - | - | |||
8 | W000001 | 24/06/200817:14:39 | 10/07/200807:19:43 | 2,882 | - | - | - | |||
9 | W000001 | 13/08/200806:29:36 | 16/08/200808:14:53 | 2,344 | - | - | - | |||
10 | W000001 | 27/09/200815:49:53 | 28/09/200809:26:05 | 1,026 | - | - | - | |||
11 | W000001 | 24/10/200820:33:09 | 26/10/200810:04:30 | 13 | - | - | - | |||
12 | W000001 | 20/11/200802:03:28 | 26/11/200815:38:23 | 6645 | - | - | - | |||
13 | W000001 | 20/11/200808:18:32 | 24/11/200811:26:38 | 1073 | - | - | - | |||
14 | W000001 | 15/12/200812:20:59 | 18/01/200915:54:22 | 3,445 | - | - | - | |||
15 | W000001 | 18/01/200916:32:47 | 19/01/200912:50:47 | 317 | - | - | - | |||
16 | W000001 | 26/12/200714:24:00 | 24/03/200808:33:57 | 127810 | 44,640.00 | 41,760.00 | 33,633.95 | |||
Summary |
My God.xls | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
20 | Jan08 | Feb08 | Mar08 | |||
21 | W000001 | ??? | ??? | ??? | ||
22 | W000002 | ??? | ??? | ??? | ||
Summary |
I know this is as clear as mud guys but would really appreciate some help with this.