I have the following table sorted by town.
London John Y
London Pete N
London Fred N
Paris Gina Y
Geneva Suzy N
How do I get the first person in each town? I want to produce:
London John Y
Paris Gina Y
Geneva Suzy N
It's easy enough to just produce the first column, but I cannot seem to get the 2nd and 3rd columns.
London John Y
London Pete N
London Fred N
Paris Gina Y
Geneva Suzy N
How do I get the first person in each town? I want to produce:
London John Y
Paris Gina Y
Geneva Suzy N
It's easy enough to just produce the first column, but I cannot seem to get the 2nd and 3rd columns.