【发布时间】:2021-05-29 05:31:52
【问题描述】:
我想计算一个字符串在 Google 表格中单个单元格中出现的次数。
如果我有
599^612
600
601^602^604
44^56^71^83^95^107^119^131^402^451^466^478^490^502^514^571^633^648^661^680^746^813^878^945^1010^1069^1100^1131^1161^1226^1247^1258
我想获取每行中 ^ 的计数。
Cell | Count
599^612 | 2
600 | 1
601^602^604 | 3
44^56^71^83^95^107^119^131^402 | 9
我尝试过 find、count 和 countif,但无法解决。还查看了Count the number occurrences of a character in a string,但需要在 Google 表格中找到解决方案。
【问题讨论】:
标签: google-sheets google-sheets-formula