I've got a rather long list of, say, names and the cities they live in. All the names are unique. The question I need to answer is what percentage of people on the list live in each city (i.e.- Baltimore=26%, Miami=19%, etc). What's the easiest way to compute this? Right now the data is in a text file but I can easily pop it into excel or a database.