+ Reply to Thread
Results 1 to 3 of 3

Count If cell is less than a certain number?

  1. #1
    Forum Contributor
    Join Date
    05-20-2009
    Location
    Galway, Ireland
    MS-Off Ver
    Excel 2003
    Posts
    148

    Count If cell is less than a certain number?

    Hi Folks,

    I have a sheet here which shows how long in days certain items are open which I have contained in the W column. Some less than 30 days, some more.
    What I want to do is for Excel to count the number of cells that are less than 30 and count the amount that are more.
    Then I can view the 2 numbers as a percentage of the total.
    This is probably an easy task but I can seem to get it to work.

    Thanking you!

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Count If cell is less than a certain number?

    hi there. you forgot to attach the file. here's how to count less than 30:
    =COUNTIF(W2:W100,"<30")

    to count equals or more than 30,
    =COUNTIF(W2:W100,">=30")

    to count total filled cells with numbers:
    =COUNT(W2:W100)

    divide either of the first 2 formulas with the last to get your percentage

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Contributor
    Join Date
    05-20-2009
    Location
    Galway, Ireland
    MS-Off Ver
    Excel 2003
    Posts
    148

    Re: Count If cell is less than a certain number?

    Thanks! That got it sorted!!

+ 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