View Single Post
  #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