how do i create count formula for two items in same cell

  • Thread starter Thread starter Curly Worly
  • Start date Start date
C

Curly Worly

I am trying to count the number of times a particular set of letters (a
persons name abreviated) appears in a cell. I am using the count function.
However a particular cell has two sets of abreviated letters (JRD / GB). How
do I get the formula to recognise that both items need to be counted
independently, as normal "countif" is not recognising anything in the cell at
all
 
You can use wildcard characters with COUNTIF, like this:

=COUNTIF(A:A,"*JRD*")

Hope this helps.

Pete
 
Thanks it worked. I thought it would be something alot more complicated.
Thanks for your help
 
You're welcome - thanks for feeding back.

Pete

Thanks it worked.  I thought it would be something alot more complicated..  
Thanks for your help





- Show quoted text -
 

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

Similar Threads

Excel Use COUNTIF across a range of cells with formulas 0
CountIf previous cell formula 0
Excel Count If Formula Question 1
Excel Need Countifs Formula Help 0
Counting Formula 3
Counting Results of Formulas 1
Count IF 1
Counting independent items in a list 3

Back
Top