+ Reply to Thread
Results 1 to 10 of 10

Show written COMPLETED if 100%, inside another formula

  1. #1
    Registered User
    Join Date
    03-18-2024
    Location
    Italy
    MS-Off Ver
    Microsoft Home & Business 2021 MAC
    Posts
    5

    Show written COMPLETED if 100%, inside another formula

    Hi all,
    I am not an expert in EXCEL, and I am having issue on the following.

    I have this formula that calculate a % with a status bar:
    =(MIN(TODAY();S62)-A62+1)/(S62-A62+1)

    I would like to add that if this % is 100%, it show the written COMPLETED, but I struggling to do that.

    Thanks, regards
    Carlo

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Show written COMPLETED if 100%, inside another formula

    Try it this way:

    =IF((MIN(TODAY();S62)-A62+1)/(S62-A62+1)>=1,"Completed",(MIN(TODAY();S62)-A62+1)/(S62-A62+1))

    Hope this helps.

    Pete

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,941

    Re: Show written COMPLETED if 100%, inside another formula

    Maybe:

    =LET(m,(MIN(TODAY(),S62)-A62+1)/(S62-A62+1),IF(m=1,"COMPLETED",m))

    =LET(m;(MIN(OGGI();S62)-A62+1)/(S62-A62+1);SE(m=1;"COMPLETED";m))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    03-18-2024
    Location
    Italy
    MS-Off Ver
    Microsoft Home & Business 2021 MAC
    Posts
    5

    Re: Show written COMPLETED if 100%, inside another formula

    Test_date Completed.xlsx

    Hi Thanks for your suggestion, but I dont know why is not working.
    I attached my file, if you can give a look.
    Thanks!

  5. #5
    Registered User
    Join Date
    03-18-2024
    Location
    Italy
    MS-Off Ver
    Microsoft Home & Business 2021 MAC
    Posts
    5

    Re: Show written COMPLETED if 100%, inside another formula

    Hi Thanks for your suggestion, but I dont know why is not working.
    I attached my file, if you can give a look...
    THANKS

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Show written COMPLETED if 100%, inside another formula

    It works fine... apart from cells like this:

    5-23-23 @ CLOVER

    That is not a date. that is text that contains something thet LOOKS a bit like a date. What do you want the result to be in cases like that
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,464

    Re: Show written COMPLETED if 100%, inside another formula

    As Glenn says, column C contains text values. That generates errors in column B. The errors are hidden by Conditional Formatting.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  8. #8
    Registered User
    Join Date
    03-18-2024
    Location
    Italy
    MS-Off Ver
    Microsoft Home & Business 2021 MAC
    Posts
    5

    Re: Show written COMPLETED if 100%, inside another formula

    THANK YOU SO MUCH!!!
    Yes it works perfectly, really appreciate your help!

  9. #9
    Registered User
    Join Date
    03-18-2024
    Location
    Italy
    MS-Off Ver
    Microsoft Home & Business 2021 MAC
    Posts
    5

    Re: Show written COMPLETED if 100%, inside another formula

    Glenn...THANKS!!!
    It works perfectly!

  10. #10
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Show written COMPLETED if 100%, inside another formula

    You're welcome. Thanks for letting us know that you got an answer.




    Please take a moment and consider clicking the "Add Reputation" button at the foot of any of the posts of anyone who helped you reach a solution here today.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

+ 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. Replies: 3
    Last Post: 07-28-2022, 07:50 AM
  2. If text is written in H6 than show current date in G6?
    By Mr.Castle in forum Excel General
    Replies: 3
    Last Post: 01-05-2019, 05:14 PM
  3. [SOLVED] Using formula to show a section of a spreadsheet has been completed fully
    By JeninQC in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-23-2016, 10:03 AM
  4. [SOLVED] Show Next Assignment Due (with Empty Completed Date)
    By delaing in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 10-19-2016, 10:21 AM
  5. How to get a number show up as 0 inside a formula.
    By mlbdc2012 in forum Excel General
    Replies: 11
    Last Post: 02-10-2015, 09:50 AM
  6. Create .NET components written in C# inside Excel Macro
    By Tom Chau in forum Excel General
    Replies: 0
    Last Post: 04-11-2006, 02:15 AM
  7. using the name of a worksheet written in a cell, inside a formula
    By Using the name of a worksheet written in in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2006, 06:35 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