SheepCow
Bringer of Code
- Joined
- Dec 22, 2003
- Messages
- 1,365
A friend of mine has asked me a question, however my knowledge on Excel is letting me down (I can answer it in SQL, I have told him to get a real database!)
Basically he has a list of names and countries and wants to count the number of unique names from specific countries. Example:
I want the number of unique names from the UK or Germany. So from that list we get Bob (UK), Steve (UK), Jane (UK), Bob (Germany) -- which gives us
Bob, Steve, Jane -- so 3 unique names.
How the poopsticks could this be done in Excel ?
Muchos thanks.
Basically he has a list of names and countries and wants to count the number of unique names from specific countries. Example:
Code:
Bob UK
Frank France
Bob France
Steve UK
Jill France
Jane UK
Bob Germany
I want the number of unique names from the UK or Germany. So from that list we get Bob (UK), Steve (UK), Jane (UK), Bob (Germany) -- which gives us
Bob, Steve, Jane -- so 3 unique names.
How the poopsticks could this be done in Excel ?
Muchos thanks.