Nested Functions and/or DCOUNT

A

Amanda_Guenthner

Need to get count for multiple conditions - can u do mutually exclusive count
in nested fx? Need to determine how to get count for all instances "x" in
column A, where column B, C, or D = a number. Tried this:
=IF(COUNTIF(N17:N26,"Pre-Qualification"),(COUNTIF(J17:L27,"X"))); but not
mutually exclusive. Thanks in advance for help!
 
F

Frank Kabel

Hi
try
=SUMPRODUCT(--(A1:A100="X"),--((B1:B100=number)+(C1:C100=number)+(D1:D1
00=number)>0))

--
Regards
Frank Kabel
Frankfurt, Germany

im Newsbeitrag
news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top