G
ghechem
Hi,
Here´s what I need to do (if possible). I have a list of names in a
column. Most of these names appear more than once.
Eg:
Peter
Paul
Albert
Peter
Peter
..
And so on. What I need is to know how many times each name appears and
to get a list of each name related to those appearances. Something
like:
Peter 3
Paul 1
Albert 1
The trick is that there´s no way to know all the names that can appear
beforehand.
Any ideas?
Thanks!
Here´s what I need to do (if possible). I have a list of names in a
column. Most of these names appear more than once.
Eg:
Peter
Paul
Albert
Peter
Peter
..
And so on. What I need is to know how many times each name appears and
to get a list of each name related to those appearances. Something
like:
Peter 3
Paul 1
Albert 1
The trick is that there´s no way to know all the names that can appear
beforehand.
Any ideas?
Thanks!