Excel countif单元格区域包含句号的特定实例

问题描述 投票:0回答:1

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

This is column A

excel-formula countif
1个回答
1
投票

使用COUNTIF和通配符:

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

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.