In column (I) I have cost centres, which range from 2001 to 2042 and in
column (H) I have the number of days taken for payment. In cell AA4 and I
want to return all payments over 5 days belonging to cost centres
2033,2036,2037 & 2041.
Can you please help.
Monty
Dav - 25 Jul 2006 12:06 GMT
Monty Wrote:
> In column (I) I have cost centres, which range from 2001 to 2042 and in
> column (H) I have the number of days taken for payment. In cell AA4 and
[quoted text clipped - 5 lines]
>
> Monty
=SUMPRODUCT((h1:h100>0)*(i1:i100={2033, 2036, 2037, 2041}))
Regards
Dav

Signature
Dav
Monty - 25 Jul 2006 13:55 GMT
Cheers
> Monty Wrote:
> > In column (I) I have cost centres, which range from 2001 to 2042 and in
[quoted text clipped - 12 lines]
>
> Dav