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
This works if you just want the count of unique values in e.g. the following range
=counta(unique(B4:B21))