+ Reply to Thread
Results 1 to 7 of 7

Count whole numbers that are greater than zero in a column that aslo has in percentages

  1. #1
    Registered User
    Join Date
    12-04-2010
    Location
    Jamaica
    MS-Off Ver
    Excel 2003
    Posts
    92

    Count whole numbers that are greater than zero in a column that aslo has in percentages

    Greetings Experts,

    Can any of you help me to write a formula that will count only whole numbers that are greater than zero (0) in a column that also consist of percentages.

    Example: In column A1: A120 you have whole numbers and percentages eg: ( 0, 10, 17,14%, 7, 9, 25%, 11%, 0, 12, 14% etc..). I need to write a formula in cell A121 that will count all the whole numbers that are greater than zero and ignore the percentages%.

    I hope my explanation is clear.

    Thanks,
    Headley

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Count whole numbers that are greater than zero in a column that aslo has in percentage

    Try =SUMPRODUCT(--(MOD(A1:A120,1)=0)*(A1:A120>0))

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Count whole numbers that are greater than zero in a column that aslo has in percentage

    Here, try this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    12-04-2010
    Location
    Jamaica
    MS-Off Ver
    Excel 2003
    Posts
    92

    Re: Count whole numbers that are greater than zero in a column that aslo has in percentage

    Thank you .. Your formula works perfect.

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Count whole numbers that are greater than zero in a column that aslo has in percentage

    Just to be clear:
    Each will return different result if 0 is in your cells.

    If you have:

    Please Login or Register  to view this content.
    Mine will return 7 (0,10,17,7,9,0,12)
    while Pepe Le Mokko will return 5 (10,17,7,9,12).

    Take what is best for you.

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Count whole numbers that are greater than zero in a column that aslo has in percentage

    all the whole numbers that are greater than zero
    Wasn't that what the OP requested ?

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Count whole numbers that are greater than zero in a column that aslo has in percentage

    Just wanted to point that out for this user and for all other that see this thread.

+ 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] count column with numbers greater than zero
    By rowneyg in forum Excel General
    Replies: 5
    Last Post: 04-20-2015, 09:03 AM
  2. [SOLVED] count values greater 2 or greater in a column.
    By ammartino44 in forum Excel General
    Replies: 3
    Last Post: 09-16-2014, 07:05 PM
  3. Count ID numbers - Cut & Paste any greater than a certain number
    By WCE_123 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-03-2013, 07:30 PM
  4. [SOLVED] Count total numbers greater than zero after a zero
    By HelpHelpHelp in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-18-2013, 01:05 PM
  5. [SOLVED] Not getting an actuate count of particular numbers/percentages
    By khank in forum Excel General
    Replies: 3
    Last Post: 09-25-2012, 09:53 AM
  6. Replies: 26
    Last Post: 11-21-2011, 01:09 PM
  7. [SOLVED] How do I count numbers in a range that are greater than and less .
    By Clinic Reporter in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-13-2005, 04:06 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