+ Reply to Thread
Results 1 to 5 of 5

Counting the Number of Non-zero Numeric Values

  1. #1
    Registered User
    Join Date
    01-30-2013
    Location
    Karachi
    MS-Off Ver
    Excel 2010
    Posts
    19

    Counting the Number of Non-zero Numeric Values

    Hello everybody!

    I have a column of ever increasing Numeric Values. Some of them are 0's. I need to count the number of non-zero values, only.

    Any help will be appreciated.

  2. #2
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: Counting the Number of Non-zero Numeric Values

    for data in column A

    =COUNTIF(A:A,">0")

  3. #3
    Forum Contributor
    Join Date
    08-04-2014
    Location
    Riga
    MS-Off Ver
    2010
    Posts
    579

    Re: Counting the Number of Non-zero Numeric Values

    =COUNTIF(A1:A15;">0")

    Adjust the A1 and A15 to match your data range

  4. #4
    Registered User
    Join Date
    01-30-2013
    Location
    Karachi
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Counting the Number of Non-zero Numeric Values

    Thank you very much, AlanY, for the help. Have a nice time.

  5. #5
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: Counting the Number of Non-zero Numeric Values

    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] vba macros to force user to input numeric values for numeric values with hyphen
    By Abdur_rahman in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-28-2013, 01:05 PM
  2. Replies: 3
    Last Post: 03-14-2013, 05:03 AM
  3. [SOLVED] Removing non numeric values from a number string
    By Notters in forum Excel General
    Replies: 3
    Last Post: 10-29-2012, 08:43 AM
  4. Replies: 6
    Last Post: 07-04-2012, 09:31 AM
  5. [SOLVED] Counting unique numeric values
    By K in forum Tips and Tutorials
    Replies: 6
    Last Post: 11-21-2006, 09:46 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