「Google/スプレットシート/クエリ」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==集計== =query(A2:J10000,"select E,count(E) group by E",1)」) |
|||
| 行1: | 行1: | ||
==集計== | ==集計== | ||
=query(A2:J10000,"select E,count(E) group by E",1) | =query(A2:J10000,"select E,count(E) group by E",1) | ||
| + | |||
| + | ==ソート== | ||
| + | =query(A2:J10000,"select E order by E desc",1) | ||
2020年7月17日 (金) 14:46時点における最新版
集計
=query(A2:J10000,"select E,count(E) group by E",1)
ソート
=query(A2:J10000,"select E order by E desc",1)
