count distinct values in spreadsheet

前端 未结 7 1883
独厮守ぢ
独厮守ぢ 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-13 00:04

    =UNIQUE({filter(Core!L8:L27,isblank(Core!L8:L27)=false),query(ArrayFormula(countif(Core!L8:L27,Core!L8:L27)),"select Col1 where Col1 <> 0")})

    Core!L8:L27 = list

提交回复
热议问题