+ Reply to Thread
Results 1 to 5 of 5

how to get number of entries without taking zero and blanks

  1. #1
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2019
    Posts
    545

    how to get number of entries without taking zero and blanks

    I want to get the number of entries made in a range of cells using countif function. how to get exact number without taking the zeros and the blank cells.see the attached file.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: how to get number of entries without taking zero and blanks

    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: how to get number of entries without taking zero and blanks

    If you want to still have the criteria of <32.5 as well, then

    =COUNTIFS($B$2:$B$9,"<32.5",$B$2:$B$9,">0")

  4. #4
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2019
    Posts
    545

    Re: how to get number of entries without taking zero and blanks

    Quote Originally Posted by Jonmo1 View Post
    If you want to still have the criteria of <32.5 as well, then

    =COUNTIFS($B$2:$B$9,"<32.5",$B$2:$B$9,">0")
    thanks for the suggestion. this is what i wanted to get.have a nice day/

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: how to get number of entries without taking zero and blanks

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Code to fill in blanks between entries in column
    By phbryan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-23-2015, 09:35 AM
  2. Replies: 3
    Last Post: 11-14-2014, 07:42 AM
  3. [SOLVED] Taking entries from certain columns and putting them together
    By Hitch75 in forum Excel General
    Replies: 2
    Last Post: 04-06-2014, 04:45 PM
  4. [SOLVED] Group entries from an array, skipping the blanks
    By Hitch75 in forum Excel General
    Replies: 4
    Last Post: 04-03-2014, 07:00 AM
  5. [SOLVED] Rolling average with data in a row using only last 10 entries ignoring blanks
    By Lasers Reef in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-22-2013, 09:37 PM
  6. Track changes but disregard new entries (from blanks)
    By dainova in forum Excel General
    Replies: 1
    Last Post: 05-03-2012, 01:51 AM
  7. Picking entries left to right and skipping blanks
    By Hitch75 in forum Excel General
    Replies: 8
    Last Post: 10-13-2011, 10:38 AM

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