+ Reply to Thread
Results 1 to 7 of 7

I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

  1. #1
    Registered User
    Join Date
    07-16-2014
    Location
    Maine
    MS-Off Ver
    2010
    Posts
    2

    I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

    How do I accomplish this? I keep getting errors.

    I have a drop down of Not Started, In Work, Completed in C4
    and in C3 I want a percentage to match 0%, 50%, 100% respectfully.

    And I want this to work for the whole columns.

    Thanks!

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  3. #3
    Registered User
    Join Date
    07-16-2014
    Location
    Maine
    MS-Off Ver
    2010
    Posts
    2

    Re: I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

    Here is an example of what I want it to look like.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

    =IF(C1="Not Started",0%,IF(C1="In Work",50%,IF(C1="Completed",100%)))
    Copy the formula in B1

    Punnam

  5. #5
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

    Try lookup instead...

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Don't forget to click *

  6. #6
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

    Try lookup instead...

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Don't forget to click *

  7. #7
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: I need If Completed then 100%, If In Work then 50%, If Not Started then 0%

    Hi,

    If your question answered. Mark the thread solved by using the thread tool.

    Punnam

+ 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. [SOLVED] Breakdown of staff work completed
    By jaywizz in forum Excel General
    Replies: 5
    Last Post: 04-04-2014, 05:19 PM
  2. Date work completed >-4 or <4 days from a scheduled date.
    By 99jamhar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-19-2013, 08:26 AM
  3. Formula to calculate the percentage of work completed
    By Zodiark in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-02-2012, 04:42 PM
  4. Lookup to count completed work items by time
    By IzzyFizzyLove in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-28-2011, 05:27 AM
  5. Creating an updated work completed sheet?
    By nbaj2k in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-25-2006, 02:20 PM

Tags for this Thread

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