+ Reply to Thread
Results 1 to 3 of 3

calculate percentage of all cells in a range that meet a certain criteria

  1. #1
    Registered User
    Join Date
    07-21-2015
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    40

    calculate percentage of all cells in a range that meet a certain criteria

    Hi all,
    I have two columns of dates. The second column is for when a task is completed (indicated as "implemented" in the cell). The 3rd column is the number of workdays it took to complete the task.

    What I want is a percentage of all "Implemented" in under 25 workdays.

    I hope that makes sense.
    Attached Files Attached Files

  2. #2
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: calculate percentage of all cells in a range that meet a certain criteria

    Maybe this formula in a cell formatted as %
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    See cell C24 in the attached..
    cjharwood-calculate-percentage-of-all-cells-in-a-range-that-meet-a-certain-criteria-book2.xlsx
    1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG
    You don't have to add Rep if I have helped you out (but it would be nice), but please mark the thread as SOLVED if your issue is resolved.

    Tom

  3. #3
    Forum Contributor
    Join Date
    09-11-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2003, Excel 2007, Excel 2013
    Posts
    103

    Re: calculate percentage of all cells in a range that meet a certain criteria

    =COUNTIFS($D$2:$D$19,"Implemented",$C$2:$C$19,"<"&25)/COUNTIF($D$2:$D$19,"Implemented")

    Number of "Implemented" in under 25 workdays / Number of "Implemented". In this case, it is 70%.
    Click * to reward me...
    Thank you...

+ 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] Macro to clear cells in range & move up if certain cells meet criteria
    By samder68 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-09-2016, 10:52 PM
  2. [SOLVED] COUNTIF on range of cells that meet 2 criteria
    By mattsafact in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-06-2016, 10:54 AM
  3. [SOLVED] Help with loop to select range of cells that meet criteria
    By NU2vba in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-10-2016, 02:27 AM
  4. [SOLVED] How can I calculate the subtotal for filtered cells that meet certain criteria?
    By jasond1992 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-28-2015, 09:23 PM
  5. Paste range of cells that meet criteria
    By lorena.tgarza in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-04-2012, 09:51 PM
  6. Percentage of cells that meet certain criteria (logical test)
    By ccarver in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-13-2010, 03:37 PM
  7. sum a range of cells that meet one criteria
    By shanevo6 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-10-2007, 04:06 PM

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