CountA question

A

Andrew

Hi there,

In cells R18 to R20 different text can be entered by users. I need to count
the number of cells with text (sometimes cells are blank so are not counted)
but also exclude certain possible text options which are listed in cells R941
ot R946. I currently have COUNTA(R18:R20) but am having trouble adding the
'excluding' part of the formulae. Can someone please help! Thank you.
 
A

Andrew

Thanks Bob, that is great :)

Bob Phillips said:
=SUMPRODUCT(--(R18:R20<>""),--(NOT(ISNUMBER(MATCH(R18:R20,R941:R946,0)))))

--
__________________________________
HTH

Bob
 

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