Excel countif 单元格范围包含句号的特定实例

Excel countif cell range contains specific instances of full stop

我需要计算一个范围内有多少个单元格,例如字符串中有 4 个点。

使用 COUNTIF 和通配符:

=COUNTIF(A:A,"*.*.*.*.*")