Epsilon101
Programmer
Hi, this is example data in a separate sheet:
Owner Reference OpenDate ClosedDate
39007 12345543442 14/04/2004 15/05/2004
39007 36363453544 30/09/2004 ?
39007 86565545453 02/04/2004 07/05/2004
39004 56780957463 07/06/2004 23/06/2004
39004 87486765489 25/05/2004 ?
39005 23456789053 22/04/2004 21/06/2004
39005 34343439409 04/05/2004 19/07/2004
I used =IF(ISERROR(D2-C2),"",(D2-C2)) to give a day count from open to closed and blank cell if not complete.
This formula is a field called RANGE, i want to average the values in this field depending on the owner code.
So in another worksheet i have 39007, that owner has 3 references, 2 of these are complete, the values for these in the RANGE field are 31 & 35 respectively, so average will come out as 33 days.
I am not sure how i could do this, im also doing it over 2 worksheets, formulae in 1, data in the other.
---------------------------------------
Neil
Owner Reference OpenDate ClosedDate
39007 12345543442 14/04/2004 15/05/2004
39007 36363453544 30/09/2004 ?
39007 86565545453 02/04/2004 07/05/2004
39004 56780957463 07/06/2004 23/06/2004
39004 87486765489 25/05/2004 ?
39005 23456789053 22/04/2004 21/06/2004
39005 34343439409 04/05/2004 19/07/2004
I used =IF(ISERROR(D2-C2),"",(D2-C2)) to give a day count from open to closed and blank cell if not complete.
This formula is a field called RANGE, i want to average the values in this field depending on the owner code.
So in another worksheet i have 39007, that owner has 3 references, 2 of these are complete, the values for these in the RANGE field are 31 & 35 respectively, so average will come out as 33 days.
I am not sure how i could do this, im also doing it over 2 worksheets, formulae in 1, data in the other.
---------------------------------------
Neil