+ Reply to Thread
Results 1 to 4 of 4

Freeze days remaining when 100%

  1. #1
    Registered User
    Join Date
    02-17-2016
    Location
    Northwest
    MS-Off Ver
    2010
    Posts
    26

    Freeze days remaining when 100%

    Help please, I want to freeze days remaining when task 100% complete. Due date is O5, % complete is P5, Days +- is Q5. I wanted to display remaining days and freeze the days +- when P5 is 100%. P5 options are drop down 1% - 25% - 50% - 75% and 100%. I had a problem with days remaining displaying numbers when due date was empty but the below code worked so it now display nothing in days when nothing is entered in due date. In a nutshell when 100% line P5 freeze days in line Q5.

    =IF(O9="","",IF(O9="Completed"," - ",O9-TODAY()))

    Many thanks!

  2. #2
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Freeze days remaining when 100%

    Try something like this.

    =IF(P5<100%,O5-D5,IF(P5=100%,"Complete",""))

    Where O5 - D5 is due Date less TODAY().
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    02-17-2016
    Location
    Northwest
    MS-Off Ver
    2010
    Posts
    26

    Re: Freeze days remaining when 100%

    Capture item.PNG

    It worked but shows "complete", how do I freeze the value to show how many days late or in some rare occasions early.

    Many thanks, I'm terrible at Excel but I do support Programme Management forums.

    Thanks

  4. #4
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Freeze days remaining when 100%

    The problem is you cannot stop a Formula and change the result into a static Value without VBA Code.

+ 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. how to make a formula in remaining days
    By RodelZkie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-24-2013, 05:49 AM
  2. excel formula: days remaining=end date-todays date+extention days
    By fsprings in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-04-2013, 06:45 AM
  3. Running Total of Days Remaining?
    By demonfly100 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-11-2012, 09:40 AM
  4. What is the Formula for Days remaining between 2 dates?
    By Fayt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-25-2010, 11:53 AM
  5. Calculate remaining # of days between 2 dates
    By Potato2009 in forum Excel General
    Replies: 4
    Last Post: 08-13-2009, 03:21 PM
  6. Replies: 9
    Last Post: 09-03-2007, 08:26 PM
  7. [SOLVED] Please Help With Days Elapsed And Days Remaining Calculation
    By Scoooter in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-14-2006, 12:15 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