View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Jo[_2_] Jo[_2_] is offline
external usenet poster
 
Posts: 69
Default How do you count this?

On Oct 10, 10:32 am, "papou"
wrote:
Jo
Try by yourself and see what happens!
HTH
Cordially
Pascal

"Jo" a écrit dans le message de news:
om...
On Oct 10, 9:54 am, "papou" wrote:





Hi Jo
If only numeric values:
=SUM(N(FREQUENCY(A2:A12,A2:A12)0))


See Chip Pearson'shttp://www.cpearson.com/excel/Duplicates.aspx


HTH
Cordially
Pascal


"Jo" a écrit dans le message de news:
m...


Hi,


Say you have in column A this:


Order No
24
24
24
24
123
123
123
123
123
75
75


and so on. It means that we have 3 orders (i.e., 24, 123, and 75). How
can caculate this? I mean what formula can be used to do so?


Thanks,
Jo- Hide quoted text -


- Show quoted text -


What if I hide an order using "hide", how do I make your formula take
care of that?

Thanks,
Jo- Hide quoted text -

- Show quoted text -


I tried it, the hidden ones still counted! I know SUBTOTAL take care
of that but not sure what is the function number for it?