+ Reply to Thread
Results 1 to 6 of 6

count column with numbers greater than zero

Hybrid View

rowneyg count column with numbers... 04-19-2015, 10:06 AM
newdoverman Re: count column with numbers... 04-19-2015, 10:10 AM
rowneyg Re: count column with numbers... 04-20-2015, 01:54 AM
newdoverman Re: count column with numbers... 04-19-2015, 10:12 AM
newdoverman Re: count column with numbers... 04-19-2015, 10:31 AM
newdoverman Re: count column with numbers... 04-20-2015, 09:03 AM
  1. #1
    Registered User
    Join Date
    01-17-2015
    Location
    redditch uk
    MS-Off Ver
    mac 2011
    Posts
    4

    count column with numbers greater than zero

    I am trying to count columns containing numbers that are greater than zero only

  2. #2
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: count column with numbers greater than zero

    Something like this will do what you want

    Formula: copy to clipboard
    =COUNTIF(A1:A50,">0")
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  3. #3
    Registered User
    Join Date
    01-17-2015
    Location
    redditch uk
    MS-Off Ver
    mac 2011
    Posts
    4

    Re: count column with numbers greater than zero

    Many thanks for quick response

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: count column with numbers greater than zero

    After re-reading your question, are you wanting to count the columns only and not the contents?

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: count column with numbers greater than zero

    This will count columns that have values >0 even if they also have values of 0 or less. Expand the formula to include columns and rows as required.

    Formula: copy to clipboard
    =SUM(IF(COUNTIF(A1:A50,">0")>0,1,0)+IF(COUNTIF(B1:B50,">0")>0,1,0)+IF(COUNTIF(C1:C50,">0")>0,1,0))

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: count column with numbers greater than zero

    Thank you for the feedback.

+ 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 values greater 2 or greater in a column.
    By ammartino44 in forum Excel General
    Replies: 3
    Last Post: 09-16-2014, 07:05 PM
  2. 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
  3. [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
  4. Replies: 26
    Last Post: 11-21-2011, 01:09 PM
  5. 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