Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: dambuster99Posted on 2008-04-08 at 13:01:59ID: 21309009
Couple of ways to achieve this.
one way would be to create a list of unique values from the original list then use Countif|() against each.
eg.
do
Data
Filter
Advanced
Copy list to another location
tick uniuqe records only
then select a column to place these values
then against each enter the formular
eg. asuming the original list is in col a and the unique list is in col c
=countif(A:A,C1)
this will give you a count against each unique value
steve