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
=iferror(counta(unique(A1:A100))) counts number of unique cells from A1 to A100
=iferror(counta(unique(A1:A100)))