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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top