+ Reply to Thread
Results 1 to 3 of 3

Formula to bring 3 different status depending on percentage

  1. #1
    Registered User
    Join Date
    12-02-2013
    Location
    Miami
    MS-Off Ver
    Excel 2010
    Posts
    89

    Formula to bring 3 different status depending on percentage

    Could you please let me know how to create a formula to work with 3 Different Status? I attached a doc. It will be column D and E. The formula will have to be fixed in column E as when it is 0% it will not bring the right value

    If percentage = 100% it will bring the status Completed
    if percentage < 100% it will bring the status In Progress
    if percentage = 0% it will bring the status Not Started
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Formula to bring 3 different status depending on percentage

    Please try

    =IF(D2,IF(D2=1,"Complete","InProgress"),"Not Started")

    or

    =IF(D2=1,"Complete",IF(D2,"InProgress","Not Started"))
    Attached Files Attached Files
    Last edited by Bo_Ry; 11-06-2021 at 02:17 PM.

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.97 for Mac MS 365
    Posts
    8,701

    Re: Formula to bring 3 different status depending on percentage

    just adjust the formula you had to this... =IF(D2=100%,"Complete",IF(AND(D2>0%,D2<100%),"In Progress", IF(D2=0%,"Not Started")))
    or shorter =IF(D2=100%,"Complete",IF(AND(D2>0%,D2<100%),"In Progress","Not Started"))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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 to calculate days overdue depending on the status
    By jenbug15 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-27-2021, 10:11 AM
  2. Formula to change percentage charged depending on transaction amount
    By ManuelP in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-24-2017, 06:07 AM
  3. Which excel function can bring cells depending on two separate days?
    By AccountingJ in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-04-2016, 03:50 AM
  4. Formula for adding different percentage depending on number
    By Dan_electrowise in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-09-2016, 05:51 AM
  5. [SOLVED] Counting depending on name and status
    By CCFF in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-12-2016, 06:18 AM
  6. Replies: 4
    Last Post: 03-20-2013, 05:50 AM
  7. Replies: 3
    Last Post: 01-21-2013, 09:07 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