PC Review


Reply
Thread Tools Rate Thread

Counta not counting correctly!!

 
 
Meenie
Guest
Posts: n/a
 
      6th Jan 2010
Ok, I'm tearing my hair out.
I have Excel 2003.
I have a very simple formula to count the number of "yes" answers in a
column but it isn't calculating correctly.
=counta(c22:c29,"*y*") should = 8 (In this instance all the answers are yes)
but instead it is returning an answer of 9.
There are no hidden rows or columns. What could cause this?
I have many other columns to apply this formula to, many of them are much
longer than this one which I can easily see isn't coming out correctly - I
need to know my formula is working correctly!
thanks, Meenie
 
Reply With Quote
 
 
 
 
Meenie
Guest
Posts: n/a
 
      6th Jan 2010
Nevermind, should have used countif, lol. Where is my head today? (don't
answer that!!)

"Meenie" wrote:

> Ok, I'm tearing my hair out.
> I have Excel 2003.
> I have a very simple formula to count the number of "yes" answers in a
> column but it isn't calculating correctly.
> =counta(c22:c29,"*y*") should = 8 (In this instance all the answers are yes)
> but instead it is returning an answer of 9.
> There are no hidden rows or columns. What could cause this?
> I have many other columns to apply this formula to, many of them are much
> longer than this one which I can easily see isn't coming out correctly - I
> need to know my formula is working correctly!
> thanks, Meenie

 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      6th Jan 2010
Hi,

COUNTA is the wrong function, try this

=COUNTIF(C22:C29,"Yes")

or if you mean contains the string yes among other words try this

=COUNTIF(C22:C29,"*Yes*")

Mike

"Meenie" wrote:

> Ok, I'm tearing my hair out.
> I have Excel 2003.
> I have a very simple formula to count the number of "yes" answers in a
> column but it isn't calculating correctly.
> =counta(c22:c29,"*y*") should = 8 (In this instance all the answers are yes)
> but instead it is returning an answer of 9.
> There are no hidden rows or columns. What could cause this?
> I have many other columns to apply this formula to, many of them are much
> longer than this one which I can easily see isn't coming out correctly - I
> need to know my formula is working correctly!
> thanks, Meenie

 
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
COUNTA not adding correctly. S Microsoft Excel Discussion 1 27th Jul 2008 09:30 AM
Counta not calculating correctly??? Kelvin Microsoft Excel Discussion 9 11th Mar 2008 12:47 AM
COUNTA counting formulas as well. Gaurav Microsoft Excel Worksheet Functions 2 1st Feb 2008 08:10 PM
the countA function is counting everything even empty cells =?Utf-8?B?VG9uaU5vbGVu?= Microsoft Excel Worksheet Functions 2 27th Sep 2006 07:42 PM
counta function can any one explain the example counting 2 =?Utf-8?B?cGV0ZSB0aGUgZ3JlZWs=?= Microsoft Excel Misc 4 30th Mar 2006 10:27 AM


Features
 

Advertising
 

Newsgroups
 


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