countif a number even if counted more than once in the same cell???

  • Thread starter Thread starter jzamilpa3
  • Start date Start date
Write a sample of what the cells have and what do you expect to obtain.
Your questions should be consise but not always so short.
 
ok here is what the excel file should look like

3 3 33 3 333 = should equal to 8 3's no matter if there is three
3's in a single cell

hope that helps
 
Try:

=SUM(LEN(A1:E1))-SUM(LEN(SUBSTITUTE(A1:E1,3,"")))

which is an array formula to be entered with Ctrl + Shift + Enter not just
enter.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk


ok here is what the excel file should look like

3 3 33 3 333 = should equal to 8 3's no matter if there is three
3's in a single cell

hope that helps
 
that helped. thnx so much for ur help


Try:

=SUM(LEN(A1:E1))-SUM(LEN(SUBSTITUTE(A1:E1,3,"")))

which is an array formula to be entered with Ctrl + Shift + Enter not just
enter.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk


ok here is what the excel file should look like

3  3  33  3  333  = should equal to 8 3's no matter if there is three
3's in a single cell

hope that helps






- Show quoted text -
 
Glad that it helped. Thanks for the feedback

--

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk


that helped. thnx so much for ur help
 

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