ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Count formula help? (https://www.excelbanter.com/excel-discussion-misc-queries/230448-count-formula-help.html)

John

Count formula help?
 
I need to count the numbers of columns from A3:T3 which have any value
entered in the cell. I also in another cell need to count the non blank cells
but ignore any cells which contain the text dnb from columns A3:T3



Thanks for any help you can provide.

John

Mike H

Count formula help?
 
Hi,

It depends what you mean by 'value', this counts all populated cells

=COUNTA(A3:T3)

and this excludes dnb

=SUMPRODUCT((A3:T3<"dnb")*(A3:T3<""))

Mike



"John" wrote:

I need to count the numbers of columns from A3:T3 which have any value
entered in the cell. I also in another cell need to count the non blank cells
but ignore any cells which contain the text dnb from columns A3:T3



Thanks for any help you can provide.

John


Gary''s Student

Count formula help?
 
=COUNTA(A3:T3)
and
=COUNTA(A3:T3)-COUNTIF(A3:T3,"dnb")
--
Gary''s Student - gsnu200852


"John" wrote:

I need to count the numbers of columns from A3:T3 which have any value
entered in the cell. I also in another cell need to count the non blank cells
but ignore any cells which contain the text dnb from columns A3:T3



Thanks for any help you can provide.

John


John

Count formula help?
 
Mike & Gary,


Both solutions worked, many thanks for the help.

Kind regards,

John

"Gary''s Student" wrote:

=COUNTA(A3:T3)
and
=COUNTA(A3:T3)-COUNTIF(A3:T3,"dnb")
--
Gary''s Student - gsnu200852


"John" wrote:

I need to count the numbers of columns from A3:T3 which have any value
entered in the cell. I also in another cell need to count the non blank cells
but ignore any cells which contain the text dnb from columns A3:T3



Thanks for any help you can provide.

John



All times are GMT +1. The time now is 12:12 PM.

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