+ Reply to Thread
Results 1 to 6 of 6

function to count numbers excluding empty cells

  1. #1
    Registered User
    Join Date
    11-25-2009
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    30

    function to count numbers excluding empty cells

    Is there a function that will count a column of numbers where that will eliminate counting empty cells based on a certain date that will also capture any numbers that is added after refreshing the table from Access?

    I have attached a spreadsheet for an example. I need to count on the number in column V that equals 13 for the date of 12/22/09.
    Attached Files Attached Files
    Last edited by nickelcell1; 01-07-2010 at 03:10 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: function to count numbers excluding empty cells

    Maybe =COUNTIFS(V:V, 13, C:C, "12/22/09")
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    11-25-2009
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: function to count numbers excluding empty cells

    The total number count should be 13. Meaning out of the 55 cells for the date of 12/22/09, 13 cells have numbers so my count will be 13,therefore needing a function to return that result. This one didn't work.

  4. #4
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: function to count numbers excluding empty cells

    Try
    Please Login or Register  to view this content.
    Confirm with ctrl shift + enter
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: function to count numbers excluding empty cells

    Given use of XL2007 and your file - and simply adapting shg's earlier example:

    =COUNTIFS(V:V,"<>",C:C,"22/12/2009")

  6. #6
    Registered User
    Join Date
    11-25-2009
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: function to count numbers excluding empty cells

    =COUNTIFS(V:V,"<>",C:C,"22/12/2009") worked like a charm! Thanks so much.

+ 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