+ Reply to Thread
Results 1 to 6 of 6

COUNTIF without counting blank cells

Hybrid View

  1. #1
    Registered User
    Join Date
    03-03-2010
    Location
    Aarhus, Danmark
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: COUNTIF without counting blank cells

    Thank you jeffrey.

    I should have explained myself better.

    Here is how some of the actual model looks like:

    Total
    12
    10
    9
    8
    8
    7
    12
    8
    14
    14
    12
    13
    9
    8
    0
    0
    0
    0
    0

    I want to count the amount of > 9.5 and < 9.5. I figured out how to do that.

    My problem is that the last 5 entries of data haven't occured yet, so for now my calculations look like this:

    Over 9.5: 7

    Under 9.5: 12

    When under 9.5 in reality should be 7.

    So I would like to count the data without the blank/0 cells untill data is entered there.

    If that makes in sense

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: COUNTIF without counting blank cells

    How about...

    =SUMPRODUCT(--($A$1:$A$19<9.5),--($A$1:$A$19>0))

+ 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