count the amount of times a two letters appears in text string

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

please help!!

I have a column of different sequenced letters.eg
AD
AFD
AC
AFDE
ADEF

I want to count the amount of times that both "A" and "D" occur in the data
set (4).
 
Do you want to count if those 2 letters appear *in any order* ? For
example:

DFA

Should that be counted?
 
Do you want to count if those 2 letters appear *in any order* ? For
example:

DFA

Should that be counted?
 
Back
Top