Count cells that begin with a specific text in Excel and Google Sheets

=COUNTIF(A2:A6,"feb*") // criteria within formula

=COUNTIF(A:A,C6&"*") // criteria as a cell reference

A2:A6, A:A = ranges; C6 = criteria

Check below for a detailed explanation with pictures and how to use formulas in Excel and Google Sheets.

Count cells that begin with a specific text in Excel

How to count cells that begin with a specific text - non-case sensitive in Excel?
Count cells that begin with a specific text in Excel

COUNT CELLS THAT BEGIN WITH A SPECIFIC TEXT — EXCEL FORMULA AND EXAMPLE

Count cells that begin with a specific text Google Sheets

How to count cells that begin with a specific text - non-case sensitive in Google Sheets?
Count cells that begin with a specific text Google Sheets

COUNT CELLS THAT BEGIN WITH A SPECIFIC TEXT — GOOGLE SHEETS FORMULA AND EXAMPLE

Wild cards and regular expressions in Excel and Google Sheets

Wild cards and regular expressions
Other useful "COUNT FUNCTIONS: TEXT BASED CRITERIA" formulas in Excel and Google SheetsOthers FormulasDate and time functionsNumber based criteriaText-based criteriaExtract functions