When using the countif formula, how can i have it count the cells that have any text in them?
T Todd Nelson Aug 22, 2005 #1 When using the countif formula, how can i have it count the cells that have any text in them?
B bj Aug 22, 2005 #2 if you have a combination of numbers and text in a range try =counta(range)-count(range)
D Duke Carey Aug 22, 2005 #3 Array-entered, meaning you commit with Ctrl-Shift-Enter =SUMPRODUCT(--(ISTEXT(A1:A6)))
D Domenic Aug 22, 2005 #4 Try... =COUNTIF(A1:A100,"?*") Note that formula blanks "" are excluded from the count. Hope this helps!
Try... =COUNTIF(A1:A100,"?*") Note that formula blanks "" are excluded from the count. Hope this helps!