Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mconnolly
 
Posts: n/a
Default Counting rows containing data (both numbers and text)

I've got numerous spreadsheets containing approx. 30K rows of data, with
blank rows used to seperate groups of data.

I need to count how many rows contain data, without counting the blank rows.

I think it's probably a COUNT IF function, but I'm not sure.

I'm not a very advanced user, so please be very specific in your reply.

Thank You
  #2   Report Post  
KL
 
Posts: n/a
Default

I would say it shoud be COUNTA rather than COUNTIF. Try something like:

=COUNTA(A:A)

to count non-empty cells in the column [A]

Regards,
KL


"mconnolly" wrote in message
...
I've got numerous spreadsheets containing approx. 30K rows of data, with
blank rows used to seperate groups of data.

I need to count how many rows contain data, without counting the blank
rows.

I think it's probably a COUNT IF function, but I'm not sure.

I'm not a very advanced user, so please be very specific in your reply.

Thank You



  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

If every filled row has a value in column A:

=COUNTA(A:A)

In article ,
mconnolly wrote:

I've got numerous spreadsheets containing approx. 30K rows of data, with
blank rows used to seperate groups of data.

I need to count how many rows contain data, without counting the blank rows.

I think it's probably a COUNT IF function, but I'm not sure.

I'm not a very advanced user, so please be very specific in your reply.

Thank You

  #4   Report Post  
David Hepner
 
Posts: n/a
Default

Try:

=counta(a1:a100)

"mconnolly" wrote:

I've got numerous spreadsheets containing approx. 30K rows of data, with
blank rows used to seperate groups of data.

I need to count how many rows contain data, without counting the blank rows.

I think it's probably a COUNT IF function, but I'm not sure.

I'm not a very advanced user, so please be very specific in your reply.

Thank You

  #5   Report Post  
Duke Carey
 
Posts: n/a
Default

Use the COUNTA() function, i.e.,

=COUNTA(A1:A30000)

"mconnolly" wrote:

I've got numerous spreadsheets containing approx. 30K rows of data, with
blank rows used to seperate groups of data.

I need to count how many rows contain data, without counting the blank rows.

I think it's probably a COUNT IF function, but I'm not sure.

I'm not a very advanced user, so please be very specific in your reply.

Thank You

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
How to alter data on HTML webpage into Excell cells as numbers? roameri New Users to Excel 6 July 31st 05 11:42 PM
Removing blank rows in a worksheet Louise Excel Worksheet Functions 6 May 26th 05 02:21 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns foofoo Excel Discussion (Misc queries) 1 April 2nd 05 12:02 AM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM


All times are GMT +1. The time now is 07:56 AM.

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

About Us

"It's about Microsoft Excel"