View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
eric
 
Posts: n/a
Default count # of instances in cell (a b a) answer 2 formula if possible

I can't get the count of the number of intances of a value to work.

ex: In single cell (a b a) answer=2 for "a", but does not work with any
formula I have tried.

=countif(data, "*"&text&"*") brings an answer of 0.

I was wondering if anyone knows how or if it is possbile to do this.