+ Reply to Thread
Results 1 to 6 of 6

A formula needed to calculate my work when it is 100% complete.

  1. #1
    Registered User
    Join Date
    10-18-2010
    Location
    Cardiff
    MS-Off Ver
    Excel 2003
    Posts
    8

    A formula needed to calculate my work when it is 100% complete.

    Hi,

    I am currently working on a list project in Excel 2003 that requires an updating formula to show a percentage in my progress when a task is completed with a "Y" for each row (up to 100%). I have already made a formula to count the Y if the task is complete:

    I put this formula in cell F2509

    =COUNTIF(F3:F2501,"Y")

    and a formula in cell F2511 to count the 'blank' cells - as in 'to be completed'

    =COUNTBLANK(F3:F2501)

    There are 2499 (F3:F2501) items in the list that would need the letter Y once that job has been approved. I am trying to make the formula in cell F2513 count the number of completed Y cells in colum "F" which provides myself with constant % update with my performence.

    I have tried to divide cells F2509/F2511 but this just leaves me with the error #DIV/0 as cells F2511 = 0 and F2509 = 2499 vice versa when all the work has been amended with a Y (as in all my work is complete 100%) to show cell F2511 = 2499 and F2509 = 0.

    I have also tried the formula below which does state 100% when the work is finished but it turns to a minus % when I try and delete the Y, which means this is not accurate:

    =(F2509-F2511)/ABS(F2509)

    All I want is a progressive formula to get to 100% when my job is done!

    I hope this makes sence as this the first time I have used a forum.

    Cheers for any help!

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: A formula needed to calculate my work when it is 100% complete.

    Hi Vic78 Welcome to the Forum

    This any good?

    =IF(COUNTIF(F3:F2501,"Y")=2499,"Done",2499-COUNTIF(F3:F2501,"Y")&" Tasks to do.")

    Hope this helps
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: A formula needed to calculate my work when it is 100% complete.

    Wouldn't the % complete calculation be:

    Please Login or Register  to view this content.

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: A formula needed to calculate my work when it is 100% complete.

    I think you want:

    Please Login or Register  to view this content.
    and format as %

  5. #5
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: A formula needed to calculate my work when it is 100% complete.

    Sorry about missing the percentage bit.

    DonkeyOtes' solution is the way to go.

    However this might still of some use

    =IF(COUNTIF(F3:F2501,"Y")=ROWS(F3:F2501),"Done",ROWS(F3:F2501)-COUNTIF(F3:F2501,"Y")&" Tasks to do.")
    Last edited by Marcol; 10-18-2010 at 08:32 AM. Reason: Typo

  6. #6
    Registered User
    Join Date
    10-18-2010
    Location
    Cardiff
    MS-Off Ver
    Excel 2003
    Posts
    8

    Talking Re: A formula needed to calculate my work when it is 100% complete.

    Thank-you all for your help!

    You have made me a very happy bunny as I have been working on this for nearly a day!

    I would never have worked it out on my own. You guys rock!

+ 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