PC Review


Reply
Thread Tools Rate Thread

COUNTBLANK function

 
 
=?Utf-8?B?TGF0aWth?=
Guest
Posts: n/a
 
      10th Jul 2006
The CountBlank function counts the number of cells with values in them.
Cells with formulas that return "" (empty text) are counted. Cells with zero
values are not counted. Is there a function that will not count cells with
formulas that return empty text? Thanks for your help.


 
Reply With Quote
 
 
 
 
RagDyeR
Guest
Posts: n/a
 
      10th Jul 2006
<<<"The CountBlank function counts the number of cells with values in
them.">>>

This is *not* true.
It counts "blank" cells.

This counts *numbers*, without counting nulls (zero length text strings):

=COUNT(A:A)

This counts *text*, without counting nulls (zero length text strings):

=COUNTIF(A:A,"*?")

What *exactly are you looking to count?
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


"Latika" <(E-Mail Removed)> wrote in message
news:A5D277D6-E0E8-4AEE-AAB2-(E-Mail Removed)...
The CountBlank function counts the number of cells with values in them.
Cells with formulas that return "" (empty text) are counted. Cells with zero
values are not counted. Is there a function that will not count cells with
formulas that return empty text? Thanks for your help.



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      10th Jul 2006
=ROWS(A1:A10)-COUNTA(A1:A10)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Latika" <(E-Mail Removed)> wrote in message
news:A5D277D6-E0E8-4AEE-AAB2-(E-Mail Removed)...
> The CountBlank function counts the number of cells with values in them.
> Cells with formulas that return "" (empty text) are counted. Cells with

zero
> values are not counted. Is there a function that will not count cells

with
> formulas that return empty text? Thanks for your help.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I combine Excel COUNTBLANK with another function? DLT Microsoft Excel Worksheet Functions 2 25th Sep 2009 12:06 AM
COUNTBLANK function =?Utf-8?B?SWFuIFA=?= Microsoft Excel Worksheet Functions 4 21st May 2006 06:49 PM
COUNTBLANK function =?Utf-8?B?SWFuIFA=?= Microsoft Excel Worksheet Functions 6 19th May 2006 06:52 PM
Exceptions to =Countblank function JackBall Microsoft Excel Worksheet Functions 2 24th Mar 2006 08:22 PM
COUNTBLANK function Mike Microsoft Excel Discussion 7 1st Jan 2006 08:57 PM


Features
 

Advertising
 

Newsgroups
 


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