G
Gareth
I have been succesfully using the following to count the number of entries
on my sheet which have either a Yes1, Yes2 or NI in rng1 and one of the
codes in the brackets in rng2.
=SUMPRODUCT(((rng1="Yes1")+(rng1="Yes2")+(rng1="NI"))*(rng2={"DB","ID","LZ",
"OP","MV","FM","NP","NA","NF","TG","DD"}))
I now find that I need to count entries which have either a Yes1, Yes2 or NI
in rng1 and one of the codes in the brackets in rng2, rng3, rng4, rng5 or
rng6 (rng2 to rng6 is represented by P2:T1001).
I have tried various combinations but with no luck.
Thanks in advance.
Gareth
on my sheet which have either a Yes1, Yes2 or NI in rng1 and one of the
codes in the brackets in rng2.
=SUMPRODUCT(((rng1="Yes1")+(rng1="Yes2")+(rng1="NI"))*(rng2={"DB","ID","LZ",
"OP","MV","FM","NP","NA","NF","TG","DD"}))
I now find that I need to count entries which have either a Yes1, Yes2 or NI
in rng1 and one of the codes in the brackets in rng2, rng3, rng4, rng5 or
rng6 (rng2 to rng6 is represented by P2:T1001).
I have tried various combinations but with no luck.
Thanks in advance.
Gareth