One way:
=SUMPRODUCT(--ISNUMBER(MATCH(Overall!B8:B1026,{"Closed / Yes","Closed /
No"},0)),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
> I need the below formula to also sum "Closed / No", since column B contains
> both entries. Not sure how/where to add it to this formula.
>
> =SUMPRODUCT(--(Overall!B8:B1026="Closed /
> Yes"),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))
roy.okinawa - 21 Dec 2005 21:43 GMT
Thanks again.
> One way:
>
[quoted text clipped - 16 lines]
> > =SUMPRODUCT(--(Overall!B8:B1026="Closed /
> > Yes"),--(ISNUMBER(SEARCH(G11,Overall!D8:D1026))))
Max - 22 Dec 2005 01:06 GMT
You're welcome, Roy !
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
> Thanks again.