+ Reply to Thread
Results 1 to 3 of 3

Counting number of populated cells in a specific column

  1. #1
    Registered User
    Join Date
    08-06-2009
    Location
    Derby, England
    MS-Off Ver
    Excel 2003; Excel 2007
    Posts
    20

    Counting number of populated cells in a specific column

    Hi,

    I am sure this should be REALLY simple, but i just can't find the answer i'm looking for.

    I have a sheet which changes daily in quantity of information.

    I want some simple code which counts up the number of populated cells in column A and returns the answer to a cell in another worksheet - or just automatically use it to print that number of pages.

    I think i should be able to do the printing side, but, currently have no idea how to count up the number of populated cells in the row.

    If someones feeling very generous though, giving me the code for printing that number of pages too would save me some work (the worksheet which needs printing is different to the worksheet which needs the number of cells adding up.)

    Thanks

    Mike
    Last edited by SHS; 08-07-2009 at 02:37 PM.

  2. #2
    Forum Contributor
    Join Date
    01-21-2005
    Location
    Colorado
    MS-Off Ver
    2000,2003,2007
    Posts
    481

    Re: Counting number of populated cells in a specific column

    Using worksheet functions 'Count', 'CountA', and 'CountIf' will give you the count of cells in a range.

    Count : counts the number of cells in a range that contain numbers
    CountA : counts the number of cells in a range that are not empty
    CountIf : counts the number of cells within a range that meet a certian criteria

    use

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    08-06-2009
    Location
    Derby, England
    MS-Off Ver
    Excel 2003; Excel 2007
    Posts
    20

    Re: Counting number of populated cells in a specific column

    Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1