ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Count (https://www.excelbanter.com/excel-discussion-misc-queries/123907-count.html)

sdmccabe

Count
 
I want to get a total (count) of a column of non-numeric characters €“ each
time I use the auto sum feature and select count, the cursor is placed on the
first cell of the column waiting for a formula. What am I doing wrong?

daddylonglegs

Count
 
Not sure what you mean but COUNT only counts numbers, try COUNTA

"sdmccabe" wrote:

I want to get a total (count) of a column of non-numeric characters €“ each
time I use the auto sum feature and select count, the cursor is placed on the
first cell of the column waiting for a formula. What am I doing wrong?


sdmccabe

Count
 
I guess I am saying count the number of cells occupied by characters (not
numbers) in a given column.

"daddylonglegs" wrote:

Not sure what you mean but COUNT only counts numbers, try COUNTA

"sdmccabe" wrote:

I want to get a total (count) of a column of non-numeric characters €“ each
time I use the auto sum feature and select count, the cursor is placed on the
first cell of the column waiting for a formula. What am I doing wrong?


Sloth

Count
 
You can't use the autosum feature in this way. Try this formula

=COUNTA(A1:A6)-COUNT(A1:A6)
or
=COUNTA(A:A)-COUNT(A:A)
(for the whole column)

"sdmccabe" wrote:

I want to get a total (count) of a column of non-numeric characters €“ each
time I use the auto sum feature and select count, the cursor is placed on the
first cell of the column waiting for a formula. What am I doing wrong?


Sean Timmons

Count
 
In that case, the counta function is what you want. so, =counta(A:A) will
return the number of cells in coluimn A with characters in them. If you have
numbers and letters in a column, and only want to count the number of cells
without numbers, then try =counta(A:A)-count(A:A)

"sdmccabe" wrote:

I guess I am saying count the number of cells occupied by characters (not
numbers) in a given column.

"daddylonglegs" wrote:

Not sure what you mean but COUNT only counts numbers, try COUNTA

"sdmccabe" wrote:

I want to get a total (count) of a column of non-numeric characters €“ each
time I use the auto sum feature and select count, the cursor is placed on the
first cell of the column waiting for a formula. What am I doing wrong?


sdmccabe

Count
 
Perfect, thanks.

"Sloth" wrote:

You can't use the autosum feature in this way. Try this formula

=COUNTA(A1:A6)-COUNT(A1:A6)
or
=COUNTA(A:A)-COUNT(A:A)
(for the whole column)

"sdmccabe" wrote:

I want to get a total (count) of a column of non-numeric characters €“ each
time I use the auto sum feature and select count, the cursor is placed on the
first cell of the column waiting for a formula. What am I doing wrong?



All times are GMT +1. The time now is 04:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com