ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   CountA question (https://www.excelbanter.com/excel-discussion-misc-queries/229102-counta-question.html)

Andrew

CountA question
 
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.

Bob Phillips[_3_]

CountA question
 
=SUMPRODUCT(--(R18:R20<""),--(NOT(ISNUMBER(MATCH(R18:R20,R941:R946,0)))))

--
__________________________________
HTH

Bob

"Andrew" wrote in message
...
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.




Andrew

CountA question
 
Thanks Bob, that is great :)

"Bob Phillips" wrote:

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

--
__________________________________
HTH

Bob

"Andrew" wrote in message
...
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.






All times are GMT +1. The time now is 01:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com