【发布时间】:2016-02-17 23:37:27
【问题描述】:
我的生产数据库中的表情符号有问题。由于它在生产中,我从中得到的只是一个自动生成的 Excel 电子表格 (.xls),它经常有数万行。我使用 Google 表格 对其进行解析,以便轻松分享结果。
我可以使用什么公式来计算列 n 中包含表情符号的所有单元格的数量?
例如:
Data
+----+-----------------+
| ID | Name |
+----+-----------------+
| 1 | Chad |
+----+-----------------+
| 2 | ✨Darla✨ |
+----+-----------------+
| 3 | John Smith |
+----+-----------------+
| 4 | Austin ⚠️ Powers |
+----+-----------------+
| 5 | Missus ???? |
+----+-----------------+
Totals
+----------------------------------+---+
| People named Chad | 1 |
+----------------------------------+---+
| People with emoji in their names | 3 |
+----------------------------------+---+
【问题讨论】:
标签: google-sheets emoji formulas