count distinct values in spreadsheet

前端 未结 7 1869
独厮守ぢ
独厮守ぢ 2020-12-12 23:22

I have a Google spreadsheet with a column that looks like this:

City
----
London
Paris
London
Berlin
Rome
Paris

I want to count the appeara

7条回答
  •  伪装坚强ぢ
    2020-12-12 23:57

    Not exactly what the user asked, but an easy way to just count unique values:

    Google introduced a new function to count unique values in just one step, and you can use this as an input for other formulas:

    =COUNTUNIQUE(A1:B10)

提交回复
热议问题