Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Frank
 
Posts: n/a
Default =countif(a2:a7349,"")

I need to count only the CELLS WITH TEXT in them and I do
not remember if "" refers to text or empty cells.

Thank you for any assistance you can offer in this matter.

Frank
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Frank,

Count only counts numbers, CountA counts all, so the difference is (usually,
if you have no errors) text:

=COUNTA(A2:A7349)-COUNT(A2:A7349)

HTH,
Bernie
MS Excel MVP


"Frank" wrote in message
...
I need to count only the CELLS WITH TEXT in them and I do
not remember if "" refers to text or empty cells.

Thank you for any assistance you can offer in this matter.

Frank



  #3   Report Post  
Ron Coderre
 
Posts: n/a
Default

=COUNTIF(A2:A7349,"<"&"")


--
Regards,
Ron


  #4   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Ron,

That counts any non-blank cell.

HTH,
Bernie
MS Excel MVP


"Ron Coderre" wrote in message
...
=COUNTIF(A2:A7349,"<"&"")


--
Regards,
Ron




  #5   Report Post  
Ron Coderre
 
Posts: n/a
Default

Yeah...I noticed that as soon as I clicked "Post". I was glad to see that
you had already sent an appropriate post so I didn't bother to send a
retraction/correction.

New rule: No posting before I've had my morning coffee :)
----
Regards,
Ron


  #6   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

Frank wrote:
I need to count only the CELLS WITH TEXT in them and I do
not remember if "" refers to text or empty cells.

Thank you for any assistance you can offer in this matter.

Frank


Also:

=COUNTIF(Range,"?*")

which skips numeric, empty, and cells with formula blanks (i.e., "").
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



All times are GMT +1. The time now is 11:10 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"