+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting Help Needed to Show Status in a Project Management Sheet

  1. #1
    Registered User
    Join Date
    12-13-2019
    Location
    Milwaukee, WI
    MS-Off Ver
    Excel 2010
    Posts
    5

    Conditional Formatting Help Needed to Show Status in a Project Management Sheet

    Hi All,

    I am revamping a project management sheet for my department. I have attached the document below. I am trying to use conditional formatting to make the bars at the right (the orange/blue bars) to automatically update when the percentage under "% Complete" is updated. For example, if something is 100% complete, the bar corresponding with that line should be completely orange. If the project is 50% complete, the bar should be 50% orange and 50% blue. I had based the formula off of an example I found online, but it doesn't seem to be working so wondering if there is a different formula that I could use instead.

    Right now, it is under conditional formatting > use a formula to determine which cells to format > and code is:
    Please Login or Register  to view this content.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Conditional Formatting Help Needed to Show Status in a Project Management Sheet

    Try the following:
    1. Modify the formula in G14 and down to read: =IF(OR(D14="",E14=""),"",NETWORKDAYS(D14,E14))
    2. Apply the following custom formatting to cells G14 and down: 0 "day(s)"
    3. Use the following formula as conditional formatting rule for orange: =AND($I14>5%, $D14<=K$10,$E14>=K$10,WORKDAY($D14,ROUNDDOWN($G14*$I14,0))>K$10)
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Project Management Excel Sheet - Auto Fill Date Fields
    By djc123 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-29-2019, 08:35 AM
  2. Help with RAG status / conditional formatting
    By VickyWilson in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-09-2014, 08:05 AM
  3. Replies: 0
    Last Post: 01-16-2014, 03:55 AM
  4. [SOLVED] Project Management sheet - advanced list problem (Repost)
    By Ztv in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-08-2013, 02:58 PM
  5. [SOLVED] Project management sheet - "advanced" list problem
    By Ztv in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-05-2013, 06:19 PM
  6. Gantt Chart -Conditional Formatting for project status
    By llattrell in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 04-30-2013, 05:00 PM
  7. [SOLVED] Looking for an Excel project management per person/per week sheet
    By Bob Lei in forum Excel General
    Replies: 0
    Last Post: 07-10-2006, 03:29 AM

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