ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   COUNT IF < "" (https://www.excelbanter.com/excel-worksheet-functions/88054-count-if.html)

Bruce

COUNT IF < ""
 
My Range contains text values. The blanks are not really blank but rather "".
I would like to count if < to "" as an array formula but I get zero. See
below (n.b have done ctrl+shift+enter)

=COUNT(IF($B$10:$B$21<"""",$B$10:$B$21))

Bruce

Ardus Petus

COUNT IF < ""
 
Use following (not Array) formula:
=COUNTIF(B10:B21,"")

HTH
--
AP

"Bruce" a écrit dans le message de news:
...
My Range contains text values. The blanks are not really blank but rather
"".
I would like to count if < to "" as an array formula but I get zero. See
below (n.b have done ctrl+shift+enter)

=COUNT(IF($B$10:$B$21<"""",$B$10:$B$21))

Bruce




CLR

COUNT IF < ""
 
Try this............

=COUNTA(A1:A22)-COUNTBLANK(A1:A22)-COUNT(A1:A22)

Vaya con Dios,
Chuck, CABGx3



"Bruce" wrote:

My Range contains text values. The blanks are not really blank but rather "".
I would like to count if < to "" as an array formula but I get zero. See
below (n.b have done ctrl+shift+enter)

=COUNT(IF($B$10:$B$21<"""",$B$10:$B$21))

Bruce


Arvi Laanemets

COUNT IF < ""
 
Hi

=COUNTIF($B$10:$B$21,"<")


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )


"Bruce" wrote in message
...
My Range contains text values. The blanks are not really blank but rather
"".
I would like to count if < to "" as an array formula but I get zero. See
below (n.b have done ctrl+shift+enter)

=COUNT(IF($B$10:$B$21<"""",$B$10:$B$21))

Bruce





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

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