View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vermont Pete C Vermont Pete C is offline
external usenet poster
 
Posts: 1
Default Count a number in a range with cells containing more than one numb

I've got a range (one column) where each cell either
- has no value or number in it (empty cell)
- has 1 or more values in it (and I can separate by , ; - / or any other
symbol. )

Cells only have numbers, no text. Numbers are 1 to 8.

I would like to know how many occurances of each number happen in that range.
Using count function does not work clearly (or any other count function).

For instance:
A1: 1,5
A2:
A3: 8
A4: 2,4,6,7,
etc...

Anyone knows if there is an existing function within excel or needs to be
macro (not my forté)?

Many thanks to the this community...

Peter C.