PC Review


Reply
Thread Tools Rate Thread

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

 
 
jzamilpa3@yahoo.com
Guest
Posts: n/a
 
      4th Apr 2008
if anyone could i would greatly appreciate it,
 
Reply With Quote
 
 
 
 
Michael
Guest
Posts: n/a
 
      4th Apr 2008
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.
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"(E-Mail Removed)" wrote:

> if anyone could i would greatly appreciate it,
>

 
Reply With Quote
 
jzamilpa3@yahoo.com
Guest
Posts: n/a
 
      4th Apr 2008
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


On Apr 4, 12:46*pm, Michael <Mich...@discussions.microsoft.com> wrote:
> 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.
> --
> If this posting was helpful, please click on the Yes button.
> Regards,
>
> Michael Arch.
>
>
>
> "jzamil...@yahoo.com" wrote:
> > if anyone could i would greatly appreciate it,- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      4th Apr 2008
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 Removed)
Replace @mailinator.com with @tiscali.co.uk


<(E-Mail Removed)> wrote in message
news:d7ff89c3-8706-403c-b89e-(E-Mail Removed)...
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


On Apr 4, 12:46 pm, Michael <Mich...@discussions.microsoft.com> wrote:
> 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.
> --
> If this posting was helpful, please click on the Yes button.
> Regards,
>
> Michael Arch.
>
>
>
> "jzamil...@yahoo.com" wrote:
> > if anyone could i would greatly appreciate it,- Hide quoted text -

>
> - Show quoted text -




 
Reply With Quote
 
jzamilpa3@yahoo.com
Guest
Posts: n/a
 
      5th Apr 2008
that helped. thnx so much for ur help


On Apr 4, 2:04*pm, "Sandy Mann" <sandyma...@mailinator.com> wrote:
> 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
>
> sandyma...@mailinator.com
> Replace @mailinator.com with @tiscali.co.uk
>
> <jzamil...@yahoo.com> wrote in message
>
> news:d7ff89c3-8706-403c-b89e-(E-Mail Removed)...
> 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
>
> On Apr 4, 12:46 pm, Michael <Mich...@discussions.microsoft.com> wrote:
>
>
>
> > 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.
> > --
> > If this posting was helpful, please click on the Yes button.
> > Regards,

>
> > Michael Arch.

>
> > "jzamil...@yahoo.com" wrote:
> > > if anyone could i would greatly appreciate it,- Hide quoted text -

>
> > - Show quoted text -- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      5th Apr 2008
Glad that it helped. Thanks for the feedback

--

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

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


<(E-Mail Removed)> wrote in message
news:f1b6fa9c-fb0e-472f-9953-(E-Mail Removed)...
that helped. thnx so much for ur help


On Apr 4, 2:04 pm, "Sandy Mann" <sandyma...@mailinator.com> wrote:
> 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
>
> sandyma...@mailinator.com
> Replace @mailinator.com with @tiscali.co.uk
>
> <jzamil...@yahoo.com> wrote in message
>
> news:d7ff89c3-8706-403c-b89e-(E-Mail Removed)...
> 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
>
> On Apr 4, 12:46 pm, Michael <Mich...@discussions.microsoft.com> wrote:
>
>
>
> > 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.
> > --
> > If this posting was helpful, please click on the Yes button.
> > Regards,

>
> > Michael Arch.

>
> > "jzamil...@yahoo.com" wrote:
> > > if anyone could i would greatly appreciate it,- Hide quoted text -

>
> > - Show quoted text -- Hide quoted text -

>
> - Show quoted text -




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Countif if counted results are based on formula tmax Microsoft Excel Worksheet Functions 6 27th Mar 2009 09:26 AM
countif with cell ref vs fixed number... griff Microsoft Excel Misc 5 18th Feb 2008 11:07 AM
Countif cell contians a specific number (within a list) =?Utf-8?B?cG9ydGVyNDQ0?= Microsoft Excel Worksheet Functions 16 25th Sep 2007 07:56 PM
How do I COUNTIF from previously counted data? =?Utf-8?B?Sm9obg==?= Microsoft Excel Worksheet Functions 1 13th Sep 2006 12:47 AM
Merging Cells but have each cell counted in the range of merged c. =?Utf-8?B?Z2F0czEz?= Microsoft Excel Worksheet Functions 2 9th Nov 2004 07:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:02 PM.