+ Reply to Thread
Results 1 to 12 of 12

status of the project

  1. #1
    Forum Contributor
    Join Date
    03-16-2010
    Location
    Phnom Penh, Cambodia
    MS-Off Ver
    Excel 2003
    Posts
    215

    status of the project

    Hi,

    I would like to show the status of the project as below:

    - If any of milestones MS01 to MS04 is containing date then i would like show the word "YELLOW" in my sheet2

    - if any of the milestones MS01 to MS04 is containing PROBLEM then i would like to show the word "RED" in my sheet2.

    - if milestone MS05 containing date then i would like to show the word "BLUE" in my sheet2

    - if milestones MS01 to MS05 is blank then i would like to show the word "WHITE" in my sheet

    I attached the worksheet along.

    Please kindly advice. Your comments will ber very much appreciated.
    Attached Files Attached Files
    Last edited by sanlen; 02-25-2011 at 12:33 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: status of the project

    which of the first two takes precedence?

    actually, what is the order of precedence for all conditions?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    03-16-2010
    Location
    Phnom Penh, Cambodia
    MS-Off Ver
    Excel 2003
    Posts
    215

    Re: status of the project

    Hi,

    It is WHITE, YELLOW, RED and BLUE

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: status of the project

    Make sure that Sheet2 column A starts at Row 2 to match up with Sheet 1 rows...

    then select B2:B10 in Sheet2 and invoke Conditional formatting from the Home tab, select Manage Rules.

    Select Use a formula to determine which cells to format and then enter formula:

    =ISNUMBER(INDIRECT("'Sheet1'!F"&ROW()))

    click Format and choose Blue from Pattern tab.

    Click Ok, click New Rule and repeat above with formula:

    =ISNUMBER(MATCH("Problem",INDIRECT("'Sheet1'!B"&ROW()&":E"&ROW()),0))

    click Format and choose Red from Pattern tab.

    Click Ok, click New Rule and repeat above with formula:

    =COUNT(INDIRECT("'Sheet1'!B"&ROW()&":E"&ROW()))

    click Format and choose Yellow from Pattern tab.

    Click Ok.

    Make sure that the order shown is Yellow, Red, Blue.

    The White would be the default.

    Click Ok and check that it is working as expected.

  5. #5
    Forum Contributor
    Join Date
    03-16-2010
    Location
    Phnom Penh, Cambodia
    MS-Off Ver
    Excel 2003
    Posts
    215

    Re: status of the project

    hi! Thanks you very for advice. I would like to show the word WHITE, YELLOW, RED and BLUE and not the color. I am so sorry for such inconvenience. Please also kindly apologize if i did not state my question clearly.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: status of the project

    Sorry, that was my misunderstanding... try formula:
    Please Login or Register  to view this content.
    copied down

  7. #7
    Forum Contributor
    Join Date
    03-16-2010
    Location
    Phnom Penh, Cambodia
    MS-Off Ver
    Excel 2003
    Posts
    215

    Re: status of the project

    Hi,

    Thanks you very much. However, i found more problems when i apply them to my worksheet. I have attached a new worksheet which has very much similar format to my actual worksheet.

    This time, i add the focus (FC) and actual (AC) columns to each milestone.

    - if all the Actaul (AC) of each milestone contain date then this mean that the whole task completed, and my status should show the word "BLUE"

    - if the Focus (FC) and the Actual (AC) columns of any milestone contain "PROBLEM" then my status should show the word "RED". Problems happened

    - if any AC of MS01 through MS04 is containing date then my status should be showing "YELLOW". this means that the task is still on going.

    - if there are only FC date for MS01 through MS05 then my status should be "WHITEL". The task is yet to be started.

    - if from MS01 to MS05 is blank for FC & AC then also would get "WHITE" in my status. The task is yet to be started.

    could you please give me more advice?
    Attached Files Attached Files

  8. #8
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: status of the project

    Can you fill in all possible combinations in your sample and then complete the Sheet2 manually so that we can see exactly the scheme you are looking at (and indicating priorities, if any, if more than one condition could be applied).

    Also, are the ID lined up by rows 1:1 or can the ID's be listed in different order or some may be missing, therefore skewing the sequencing?

    BTW, it is always best to give detail at the start, instead of wasting time and adding completely different condtions as you go.

  9. #9
    Forum Contributor
    Join Date
    03-16-2010
    Location
    Phnom Penh, Cambodia
    MS-Off Ver
    Excel 2003
    Posts
    215

    Re: status of the project

    Sorry for such inconvenience.I found problems untill i started filling up data

    ID is not always in order, but there will be no priority set.
    Attached Files Attached Files

  10. #10
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: status of the project

    Does this work in C2, copied down?

    Please Login or Register  to view this content.

  11. #11
    Forum Contributor
    Join Date
    03-16-2010
    Location
    Phnom Penh, Cambodia
    MS-Off Ver
    Excel 2003
    Posts
    215

    Re: status of the project

    Hi,

    Thanks you very much. It is working greate with now.

    However, can you please advice what is the purpos of using ISNUMBER(Sheet1!$C$3:$L$11))=5? is this 5 referring to the number of AC columns within the Sheet1?

  12. #12
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: status of the project

    The 5 is compared to the result of:

    SUMPRODUCT(ISNUMBER(SEARCH(A2,Sheet1!$B$3:$B$11))*(Sheet1!$C$2:$L$2="AC")*ISNUMBER(Sheet1!$C$3:$L$11))

    and yes it is referring to the number of columns... so that if all the columns have a date, then it is TRUE.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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