if a cell is fill up with text it is consider one count. what is the formula to use?
C chiuinggum Apr 17, 2007 #1 if a cell is fill up with text it is consider one count. what is the formula to use?
T T. Valko Apr 17, 2007 #3 COUNTA will count *all* non-empty cells. Both TEXT and NUMBERS. To count *only* cells that contain TEXT (this includes formula blanks): =COUNTIF(A1:A10,"*") Biff
COUNTA will count *all* non-empty cells. Both TEXT and NUMBERS. To count *only* cells that contain TEXT (this includes formula blanks): =COUNTIF(A1:A10,"*") Biff