+ Reply to Thread
Results 1 to 11 of 11

Help with If and Add in one formula

  1. #1
    Registered User
    Join Date
    08-21-2020
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    30

    Help with If and Add in one formula

    Hi There,

    Please could you help me with a formula based on % complete and dates.

    In column A i need to show the current status';

    Overdue - not 100% and passed finish date.
    In progress - not 100% but not passed finish date.
    Complete, task is 100% complete.

    Thanks all.
    Attached Files Attached Files

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,906

    Re: Help with If and Add in one formula

    Try this formula see column A

    MOD EDIT: =IF(C2=1,"Complete",IF(AND(C2 < 1,E2 > TODAY()),"In progress",IF(AND(C2 < 1,E2 < TODAY()),"Overdue")))
    Attached Files Attached Files
    Last edited by AliGW; 11-04-2021 at 06:45 AM.
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,437

    Re: Help with If and Add in one formula

    @Keebellah

    PLEASE also post formulae in the body of your post. Some people won't be able to access attachments! Thanks.
    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
    08-21-2020
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    30

    Re: Help with If and Add in one formula

    Thank you,

    I forgot to mention that if percentage is less than zero then it has "not started".

    Help please

  5. #5
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,906

    Re: Help with If and Add in one formula

    I got a server error and the text was lost to me that's why I added the attachment, I don't see where you got the MOD EDIT form.

  6. #6
    Registered User
    Join Date
    08-21-2020
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    30

    Re: Help with If and Add in one formula

    It's ok i figured it out.

  7. #7
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,906

    Re: Help with If and Add in one formula

    You see, it's not that I didn't want to tell you but it's better to find it yourself, the logic with formulas aside from the functions knowledge is simple and straight forward, it's always true or false whatever you do in them

  8. #8
    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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,437

    Re: Help with If and Add in one formula

    Quote Originally Posted by Keebellah View Post
    I got a server error and the text was lost to me that's why I added the attachment, I don't see where you got the MOD EDIT form.
    From the workbook you posted.

    When you have < or > in a formula, you have to add spaces either side of them, otherwise you get that error message when trying to post.

  9. #9
    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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,437

    Re: Help with If and Add in one formula

    Quote Originally Posted by TDFrench View Post
    It's ok i figured it out.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

  10. #10
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,906

    Re: Help with If and Add in one formula

    @AliGW: I thought of that since it is interpreted as HTML code but I just didn't think of a space, once again, never too old to learn
    Thanks Ali
    Last edited by Keebellah; 11-04-2021 at 11:11 AM. Reason: type-oooo

  11. #11
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,906

    Re: Help with If and Add in one formula

    @TDFrench: I modified the formula with what you said and noticed a minor correction was needed too.
    It looks complete now
    Attached Files Attached Files

+ 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: 03-24-2020, 07:27 AM
  2. Replies: 3
    Last Post: 01-10-2019, 09:34 AM
  3. Replies: 5
    Last Post: 02-16-2018, 06:50 AM
  4. Replies: 8
    Last Post: 09-22-2017, 05:41 AM
  5. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  6. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  7. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 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