Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Dave Hacker
 
Posts: n/a
Default How can I count the number of entries in a column?

I wish to construct Auction Lists for my Philatelic Society. At present I
make the list up in an Acces DB and then transfer it to Excel (2003). At
this point I add extra columns to cater for "Bidders #'s"; "Selling price";
"Price to Buyer";"Return to Vendor"; & "Return to Club", complete with
relevant formulae. So far so good, I now wish to add, at the base of these
columns, via a macro initially, a summary of data as entered. I also want to
show, and use, in order to locate this data, the "TOTAL NUMBER OF LOTS".
Simple, just count the "Lot #" column, no joy at all, and there doesn't
appear to be an answer in the HELP files. Has any body any ideas.
I could I suppose enter this number from the Access Database but would like
to make it fully self-supporting.
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Dave Hacker
 
Posts: n/a
Default How can I count the number of entries in a column?

Gord: The point is that theoretically I do not know the range. Is there a
way I can return the first blank row number as a result, this could then be
manipulated

"Gord Dibben" wrote:

Dave

=COUNTA(range) will return a count of all non-blank cells in the range.

=COUNT(range) will return just the numerical cells in the range.


Gord Dibben Excel MVP

On Thu, 24 Nov 2005 08:17:09 -0800, "Dave Hacker" <Dave
wrote:

I wish to construct Auction Lists for my Philatelic Society. At present I
make the list up in an Acces DB and then transfer it to Excel (2003). At
this point I add extra columns to cater for "Bidders #'s"; "Selling price";
"Price to Buyer";"Return to Vendor"; & "Return to Club", complete with
relevant formulae. So far so good, I now wish to add, at the base of these
columns, via a macro initially, a summary of data as entered. I also want to
show, and use, in order to locate this data, the "TOTAL NUMBER OF LOTS".
Simple, just count the "Lot #" column, no joy at all, and there doesn't
appear to be an answer in the HELP files. Has any body any ideas.
I could I suppose enter this number from the Access Database but would like
to make it fully self-supporting.



  #4   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips
 
Posts: n/a
Default How can I count the number of entries in a column?

Dave,

As you have only one group of data, you can use a whole column as the range,
since COUNTA counts non-blank cells, like so =COUNTA(A:A). It might be 1 or
2 too many for headings , if so just subtract that number in the formula.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Dave Hacker" wrote in message
...
Gord: The point is that theoretically I do not know the range. Is there a
way I can return the first blank row number as a result, this could then

be
manipulated

"Gord Dibben" wrote:

Dave

=COUNTA(range) will return a count of all non-blank cells in the range.

=COUNT(range) will return just the numerical cells in the range.


Gord Dibben Excel MVP

On Thu, 24 Nov 2005 08:17:09 -0800, "Dave Hacker" <Dave
wrote:

I wish to construct Auction Lists for my Philatelic Society. At present

I
make the list up in an Acces DB and then transfer it to Excel (2003).

At
this point I add extra columns to cater for "Bidders #'s"; "Selling

price";
"Price to Buyer";"Return to Vendor"; & "Return to Club", complete with
relevant formulae. So far so good, I now wish to add, at the base of

these
columns, via a macro initially, a summary of data as entered. I also

want to
show, and use, in order to locate this data, the "TOTAL NUMBER OF

LOTS".
Simple, just count the "Lot #" column, no joy at all, and there doesn't
appear to be an answer in the HELP files. Has any body any ideas.
I could I suppose enter this number from the Access Database but would

like
to make it fully self-supporting.





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
Count Intervals of 1 Numeric value in a Row and Return Count down Column Sam via OfficeKB.com Excel Worksheet Functions 8 October 4th 05 04:37 PM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM
count duplicate (or, inversely, unique) entries, but based on a condition markx Excel Worksheet Functions 3 March 8th 05 06:57 PM
How do I count the number of cells in a column in excel that begi. Sherd Excel Discussion (Misc queries) 1 March 8th 05 10:26 AM
Count number of unique items in a column that contains duplicates Steembeem Excel Worksheet Functions 3 February 2nd 05 12:51 AM


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