You could try this:
=SUM(IF(LEN(myRange)=2,1))
commit with CTRL-SHIFT-ENTER.
Hope this helps.
Pete
On Jun 26, 3:37 pm, "Jen" <Jen.Carllson_NGM...@gmail.com> wrote:
> Hi Pete,
>
> Thanks! WHat it needs to do...! 
>
> How would an array-formula look like to do the same? I tried
> Ctrl+Shift+Enter on =COUNTA(LEN(myRange)=2)
> but that's not it.
> Jen
>
> "Pete_UK" <pashu...@auditel.net> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > Try this:
>
> > =SUMPRODUCT(--(LEN(myRange)=2))
>
> > Hope this helps.
>
> > Pete
>
> > On Jun 26, 12:59 pm, "Jen" <Jen.Carllson_NGM...@gmail.com> wrote:
> >> Hello There,
>
> >> I am wondering how you can count the number of occurences in myRange that
> >> contains 2 charters only?
>
> >> This function does obviously not do the trick:
> >> =SUMPRODUCT(--(ISNUMBER(SEARCH("??",myRange))))
> >> Brgds Jen- Hide quoted text -
>
> - Show quoted text -