Boc*_*oco 4 google-docs formula google-sheets
我想知道 Google Docs 电子表格中是否有一个公式可以识别和显示(例如在 D 列中)电子表格中最常用的(关键字)词?
假设我有一列(B 列)满是推文(参见示例图片),我想在 B 列中找到最热门的关键字并将它们显示在 D 列中。有没有办法做到这一点?

谢谢!
要返回 B 列中前 10 个单词及其频率,请尝试:
=ArrayFormula(QUERY(TRANSPOSE(SPLIT(JOIN(" ";B3:B);" ")&{"";""});"select Col1, count(Col2) group by Col1 order by count(Col2) desc limit 10 label Col1 'Word', count(Col2) 'Frequency'";0))
| 归档时间: |
|
| 查看次数: |
12898 次 |
| 最近记录: |