How to Count Cells with Text in Google Sheets

Count Cells with Text in Google Sheets

To count cells containing at least one text character while ignoring numbers and true blanks, use =COUNTIF(B2:B8,”?*”). If a formula-produced empty string should count as text, use =SUM(ARRAYFORMULA(–ISTEXT(B2:B8))) instead. Count …

Read more