Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Warren
 
Posts: n/a
Default HOW DO I COUNT CELLS WITH DATA BY COLUMN?

I need a formula that will count cells with data (text data) by cell range
within a column. COUNTA will do this, but only for the whole sheet. I need
something to count the number of cells in column A with data and total it,
then count the number of cells in column B with data and total it... etc.
Essentially, like a sum function only I don't need any numbers added within a
range, I just need the spreadsheet to total how many cells in a range have
data. The numbers in the example of what I need (below) should, I hope, be
the result of the formula. I need to remove some human error in totaling the
number of people I have named on a spreadsheet for a head count. Microsoft
Excel 2003. SP2

COLUMN A COLUMN B COLUMN C
NAME NAME NAME
NAME NAME NAME
NAME NAME NAME
NAME
3

3 4 NAME
NAME
NAME
NAME


4
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Scoops
 
Posts: n/a
Default HOW DO I COUNT CELLS WITH DATA BY COLUMN?


Warren wrote:
I need a formula that will count cells with data (text data) by cell range
within a column. COUNTA will do this, but only for the whole sheet. I need
something to count the number of cells in column A with data and total it,
then count the number of cells in column B with data and total it... etc.
Essentially, like a sum function only I don't need any numbers added within a
range, I just need the spreadsheet to total how many cells in a range have
data. The numbers in the example of what I need (below) should, I hope, be
the result of the formula. I need to remove some human error in totaling the
number of people I have named on a spreadsheet for a head count. Microsoft
Excel 2003. SP2

COLUMN A COLUMN B COLUMN C
NAME NAME NAME
NAME NAME NAME
NAME NAME NAME
NAME
3

3 4 NAME
NAME
NAME
NAME


4


Hi Warren

COUNTA(A1:A10) (or any other specified range) does exactly what you
want.

What formula have you entered to be counting the whole sheet?

Regards

Steve

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Franz Verga
 
Posts: n/a
Default HOW DO I COUNT CELLS WITH DATA BY COLUMN?

Nel post
*Warren* ha scritto:

I need a formula that will count cells with data (text data) by cell
range within a column. COUNTA will do this, but only for the whole
sheet. I need something to count the number of cells in column A
with data and total it, then count the number of cells in column B
with data and total it... etc. Essentially, like a sum function only
I don't need any numbers added within a range, I just need the
spreadsheet to total how many cells in a range have data. The
numbers in the example of what I need (below) should, I hope, be the
result of the formula. I need to remove some human error in totaling
the number of people I have named on a spreadsheet for a head count.
Microsoft Excel 2003. SP2

COLUMN A COLUMN B COLUMN C
NAME NAME NAME
NAME NAME NAME
NAME NAME NAME
NAME
3

3 4 NAME
NAME
NAME
NAME


4



Hi Warren,

You can use COUNTA function also on just one column, I don't know how many
data do you have per column, so it should be better if you insert some empty
row before your data, say to insert two rows, and say you have also headers
in row 3, you could type in A1 =COUNTA(A2:A65536) and copy across the
columns, so B1 should be =COUNTA(B2:B65536) and so on.

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"