Counting frequency of value in a range

  • Thread starter Thread starter emm8080
  • Start date Start date
E

emm8080

Hi again

I need a function to return the number of times a value appears in
column. The values are web addresses (visitors to a website) and
need to calculate how many visitors visited once only, how many visite
2-5 times, 6-10 times, 11-25 times, 26-100, and more than 100 times

eg

ColumnA
23.56.891.00
22.11.88.98
23.56.891.00


Once = 1
2-5 = 2


Thanks

Emm
 
Back
Top