Thread: Count if
View Single Post
  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

=COUNTA(A1:A6)

Jim wrote:
how do I write a count if formula to could a range of cells that can have any
data. For example if I want to count cell a1:a6 only if the cells have some
kind of data (numbers, letters, words, etc...)? Thanks for the help.