View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John@NGC John@NGC is offline
external usenet poster
 
Posts: 5
Default How do I count the instances of numbers in a list?

I have a list of numbers, most duplicates. I have a sorted list of the 152
unique numbers in a separate column. I need a VBA routine to list the times
each number is used beside the unique number column. Any help is appreciated.

John