#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 328
Default Record Counts

Wondering if there is a way to indicate the Number of Records in an excel
document in a particular area without using the filter option. So what I
mean is - when you filter on a field for a piece of information down in the
bottom of your screen it will tell you found 2 0f 2 Records Found. Is there
a way to have a number there indicating how many records are on the sheet?

Any help you can provide would be great.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Record Counts

You can use COUNTA over a column to give you this, eg:

=COUNTA(A:A)

Hope this helps.

Pete

Lisa wrote:
Wondering if there is a way to indicate the Number of Records in an excel
document in a particular area without using the filter option. So what I
mean is - when you filter on a field for a piece of information down in the
bottom of your screen it will tell you found 2 0f 2 Records Found. Is there
a way to have a number there indicating how many records are on the sheet?

Any help you can provide would be great.

Thanks in advance.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 340
Default Record Counts

Right click the status bar at the bottom of the Excel window and choose
Count from the list of options. Now when you select a column or filter
a range it will tell you how many items there are.

Lisa wrote:

Wondering if there is a way to indicate the Number of Records in an excel
document in a particular area without using the filter option. So what I
mean is - when you filter on a field for a piece of information down in the
bottom of your screen it will tell you found 2 0f 2 Records Found. Is there
a way to have a number there indicating how many records are on the sheet?

Any help you can provide would be great.

Thanks in advance.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default Record Counts

Hi Lisa: when you say records of "excel document" is it for one worksheet or
for all the worksheet in a workbook ??

"Lisa" wrote:

Wondering if there is a way to indicate the Number of Records in an excel
document in a particular area without using the filter option. So what I
mean is - when you filter on a field for a piece of information down in the
bottom of your screen it will tell you found 2 0f 2 Records Found. Is there
a way to have a number there indicating how many records are on the sheet?

Any help you can provide would be great.

Thanks in advance.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 605
Default Record Counts

I would like to point out that the result may be different from Pete's method (COUNTA) and Lori's method (AutoCal) if you have hidden rows. COUNTA includes all hidden (manual and filtered) rows while AutoCal counts the records on the screen that you can see.

There is a third method - SUBTOTAL (3, 103 etc. etc.) if you want to ignore certain type of hidden rows and use the result in a formula. See Excel Help for details.

One more point - don't forget to subtract header rows if any.

Feel free to correct me if I am wrong.

Epinn

"Lisa" wrote in message ...
Wondering if there is a way to indicate the Number of Records in an excel
document in a particular area without using the filter option. So what I
mean is - when you filter on a field for a piece of information down in the
bottom of your screen it will tell you found 2 0f 2 Records Found. Is there
a way to have a number there indicating how many records are on the sheet?

Any help you can provide would be great.

Thanks in advance.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default Record Counts

good point Epinn...but "bottom of your screen it will tell you found 2 0f 2
Records Found" is Lisa's wish...i also waiting to find out...

"Epinn" wrote:

I would like to point out that the result may be different from Pete's method (COUNTA) and Lori's method (AutoCal) if you have hidden rows. COUNTA includes all hidden (manual and filtered) rows while AutoCal counts the records on the screen that you can see.

There is a third method - SUBTOTAL (3, 103 etc. etc.) if you want to ignore certain type of hidden rows and use the result in a formula. See Excel Help for details.

One more point - don't forget to subtract header rows if any.

Feel free to correct me if I am wrong.

Epinn

"Lisa" wrote in message ...
Wondering if there is a way to indicate the Number of Records in an excel
document in a particular area without using the filter option. So what I
mean is - when you filter on a field for a piece of information down in the
bottom of your screen it will tell you found 2 0f 2 Records Found. Is there
a way to have a number there indicating how many records are on the sheet?

Any help you can provide would be great.

Thanks in advance.


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 605
Default Record Counts

Yes, I was aware of Lisa's request. I included the points for *all* readers. This thread will be archived and users will Google/search ....... It is a good idea to be comprehensive for a subject as general as this one, regardless of the original poster's needs.

Epinn

"romelsb" wrote in message ...
good point Epinn...but "bottom of your screen it will tell you found 2 0f 2
Records Found" is Lisa's wish...i also waiting to find out...

"Epinn" wrote:

I would like to point out that the result may be different from Pete's method (COUNTA) and Lori's method (AutoCal) if you have hidden rows. COUNTA includes all hidden (manual and filtered) rows while AutoCal counts the records on the screen that you can see.

There is a third method - SUBTOTAL (3, 103 etc. etc.) if you want to ignore certain type of hidden rows and use the result in a formula. See Excel Help for details.

One more point - don't forget to subtract header rows if any.

Feel free to correct me if I am wrong.

Epinn

"Lisa" wrote in message ...
Wondering if there is a way to indicate the Number of Records in an excel
document in a particular area without using the filter option. So what I
mean is - when you filter on a field for a piece of information down in the
bottom of your screen it will tell you found 2 0f 2 Records Found. Is there
a way to have a number there indicating how many records are on the sheet?

Any help you can provide would be great.

Thanks in advance.



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
Record data on two lines Dan Excel Discussion (Misc queries) 2 November 14th 05 02:08 PM
Record information is on two lines Dan Excel Discussion (Misc queries) 1 November 12th 05 03:31 PM
Can't go to 'Last Record' in one step in a Word doc. linked To Exc Earl Excel Discussion (Misc queries) 0 September 26th 05 05:57 PM
Always show new record Jenn Excel Discussion (Misc queries) 0 September 19th 05 07:59 PM
Find Record Janis in Minnesota Excel Discussion (Misc queries) 0 September 2nd 05 04:54 PM


All times are GMT +1. The time now is 08:05 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"