+ Reply to Thread
Results 1 to 7 of 7

Percentage of task completion question

  1. #1
    Registered User
    Join Date
    10-08-2015
    Location
    Los Angeles
    MS-Off Ver
    Office 2013
    Posts
    3

    Percentage of task completion question

    Hello - I found this site essentially by the title of this thread. It got me close - but not quite. I am trying something simpler.

    I have a task list and one column is called Completed (yes/no) and the total number of cells in that column is 182. I need to figure out how to list the total % complete.

    So far, I used =COUNTIF(C2:C182,"Yes") to get me the total number of completes - that works and gives me 117. I just need to finish the formula to give the correct completion percentage.

    Any suggestions?

    Thank You!

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Percentage of task completion question

    Try

    Please Login or Register  to view this content.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  3. #3
    Registered User
    Join Date
    10-08-2015
    Location
    Los Angeles
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Percentage of task completion question

    Quote Originally Posted by mcmahobt View Post
    Try

    Please Login or Register  to view this content.
    Tried and it gave me "1". Formatted as percentage gives me 100%. Not quite...

  4. #4
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Percentage of task completion question

    When I run a test I get a percentage based on the formula I provided - it counts the number of cells within C2:C182, then divides by the total number of populated cells within C2:C182. If you still have an error, try highlighting the COUNTA(C2:C182) portion of your formula and press F9. What does that evaluate to?

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Percentage of task completion question

    =COUNTIF(C2:C182, "Yes") / ROWS(C2:C182)
    Entia non sunt multiplicanda sine necessitate

  6. #6
    Registered User
    Join Date
    10-08-2015
    Location
    Los Angeles
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Percentage of task completion question

    Quote Originally Posted by shg View Post
    =COUNTIF(C2:C182, "Yes") / ROWS(C2:C182)
    Thank you shg - that worked!

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Percentage of task completion question

    You're welcome.

    mcmahobt's would work equally well if all the cells contained something (e.g., "yes", "no", "soon", "never"). It would work better than mine if empty cells were irrelevant to the calculation.

+ 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. formula in excel to calcualte percentage of completion for a task
    By Real_Madrid in forum Excel - New Users/Basics
    Replies: 17
    Last Post: 07-22-2015, 07:06 AM
  2. [SOLVED] Percentage of Time vs Percentage of completion
    By Gallinski in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-23-2015, 08:35 PM
  3. Task / Project completion Graphs?
    By RandallCline in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 07-16-2014, 12:33 PM
  4. Replies: 2
    Last Post: 04-15-2014, 03:23 AM
  5. Calculate Percentage of task completion with Checkboxes
    By DMA-Pacific in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-19-2011, 02:18 AM
  6. Replies: 6
    Last Post: 04-25-2010, 03:26 PM
  7. [SOLVED] how do i create a completion of task checklist
    By chris in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-27-2006, 02:10 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