View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ibo4lyf ibo4lyf is offline
external usenet poster
 
Posts: 6
Default Calculate text strings

I am trying to calculate a series of text occurences within a spread
sheet. I cannot seem to figure out a formula to calculate this. I
found this:

=SUM(LEN(A8:A13)-LEN(SUBSTITUTE(A8:A13,"apple","")))/LEN("apple")

But this only works for mac. I would like the same result, but on a
PC.

I throw myself to the mercy of Google Groups!