+ Reply to Thread
Results 1 to 4 of 4

Finding how many cells meet a criteria

  1. #1
    Registered User
    Join Date
    06-11-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    8

    Finding how many cells meet a criteria

    Please excuse if this is a basic question but i can't do it!

    I would like a cell to look at all the data in the column above it and find how many (ideally what percentage) are more than a certain value.


    So in the attached spreadsheet i would like cell N39 to state what % of the cells in column N above are greater than 11

    So in the attached i would like cell N40 to state what % of the cells in column N above are greater than 13

    So in the attached i would like cell N41 to state what % of the cells in column N above are greater than 15


    if anyone is willing to tell me how or enter the desired forula so i can see it and understand it that would be greatly appreciated.

    Thanks
    Stuart
    Attached Files Attached Files
    Last edited by NBVC; 07-04-2011 at 01:58 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding how many cells meet a criteria

    Try:

    =COUNTIF(N$21:N$37,">11")/COUNT(N$21:N$37)

    copied across

    Change 11 to 13 and to 15 for next cells below
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-11-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Finding how many cells meet a criteria

    many thanks have learnt something new

    Stuart

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding how many cells meet a criteria

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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