PC Review


Reply
Thread Tools Rate Thread

will countif work for this?

 
 
Skeeterj
Guest
Posts: n/a
 
      23rd Oct 2009
I'm trying to count cells in a row that have '100%' in them from a formula.

I've tried naming the cells that I want (E6, H6, M6, P6) and use:

=countif(name, 100%)

It's not working for me... Suggestions?

Thanks. Steve
 
Reply With Quote
 
 
 
 
muddan madhu
Guest
Posts: n/a
 
      23rd Oct 2009
=COUNTIF(E6:P6,"100%")

or

=COUNTIF(E6:P6,1)


On Oct 23, 7:25*pm, Skeeterj <Skeet...@discussions.microsoft.com>
wrote:
> I'm trying to count cells in a row that have '100%' in them from a formula.
>
> I've tried naming the cells that I want (E6, H6, M6, P6) and use:
>
> =countif(name, 100%)
>
> It's not working for me... *Suggestions?
>
> Thanks. Steve


 
Reply With Quote
 
Patrick Molloy
Guest
Posts: n/a
 
      23rd Oct 2009
=COUNTIF(C66,100%)

"Skeeterj" wrote:

> I'm trying to count cells in a row that have '100%' in them from a formula.
>
> I've tried naming the cells that I want (E6, H6, M6, P6) and use:
>
> =countif(name, 100%)
>
> It's not working for me... Suggestions?
>
> Thanks. Steve

 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      23rd Oct 2009
No countif can't do that on a non contiguous range, Try this

=SUMPRODUCT(COUNTIF(INDIRECT({"E6","H6","M6","P6"}),"=100%"))

Mike

"Skeeterj" wrote:

> I'm trying to count cells in a row that have '100%' in them from a formula.
>
> I've tried naming the cells that I want (E6, H6, M6, P6) and use:
>
> =countif(name, 100%)
>
> It's not working for me... Suggestions?
>
> Thanks. Steve

 
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
Will countif work? =?Utf-8?B?TmVhbGw=?= Microsoft Excel Programming 6 25th Oct 2007 06:02 PM
How to get Countif to work this out? =?Utf-8?B?V2luZDU0U3VyZmVy?= Microsoft Excel Worksheet Functions 3 16th Sep 2007 03:06 AM
Countif does not work c4ec Microsoft Excel Worksheet Functions 2 23rd Feb 2007 03:56 PM
CountIf should work across sheets =?Utf-8?B?dGhlX3RoaW5rZXI5N0Bob3RtYWlsLmNvbQ==?= Microsoft Excel Worksheet Functions 2 21st Oct 2006 11:39 PM
COUNTIF doesnt work! jjj Microsoft Excel Worksheet Functions 2 30th Sep 2005 02:38 AM


Features
 

Advertising
 

Newsgroups
 


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