Thread: Formating
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Andy_Trow Andy_Trow is offline
external usenet poster
 
Posts: 8
Default Formating

I have a range of cells say A1 to A5 that can have the numbers 1, 2, or 3 in
them.

In cell B1 I want to display the total number of cells in range A1:A5 that
have a 1 in
In cell C1 I want to display the total number of cells in range A1:A5 that
have a 2 in
In cell D1 I want to display the total number of cells in range A1:A5 that
have a 3 in

How do I do it ?

Thanks