#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruce
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtotals by count PineRest Excel Discussion (Misc queries) 1 May 10th 06 05:09 PM
Count consecutive dates only [email protected] Excel Discussion (Misc queries) 0 May 4th 06 03:58 PM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 0 May 15th 05 08:14 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM


All times are GMT +1. The time now is 02:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"