Counting Rows

Craneo

New Member
Joined
Oct 21, 2002
Messages
26
Hi,

Having thicky moment but what is the formula to count the number of rows containing non-blank cells in a preset range of rows?

Thanks in advance
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Thanks for the help Paddy. Though that appears to count the non-blank cells within the range .. i wanted my formula to count the number of rows that contain the non-blank cells in a pre-determined selection of rows.

Here's the formula i was using (which was returning an incorrect answer)

=ROWS(COUNTA(Sheet1!A4:A150))

Where have I gone wrong?
 
Upvote 0
On 2002-11-03 18:58, Craneo wrote:
Thanks for the help Paddy. Though that appears to count the non-blank cells within the range .. i wanted my formula to count the number of rows that contain the non-blank cells in a pre-determined selection of rows.

Here's the formula i was using (which was returning an incorrect answer)

=ROWS(COUNTA(Sheet1!A4:A150))

Where have I gone wrong?

=COUNTIF(Sheet1!A4:A150,"<>")
 
Upvote 0
Thanks very much for the input Aladin.

I don't think I've explained it too well. I have worksheet 26 columsn wide with 151 rows. I want my formula to count the rows that contain contain data ,minus header rows, but not the individual cells themselves
 
Upvote 0

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top