+ Reply to Thread
Results 1 to 4 of 4

Gantt Charts done with Conditional Formatting

  1. #1
    Registered User
    Join Date
    03-15-2012
    Location
    Salt Lake City, Utah
    MS-Off Ver
    Excel 2007
    Posts
    3

    Gantt Charts done with Conditional Formatting

    I put together a Gantt chart with conditional formatting, it seems to be working great. Until I change the 'Est. End Date' to "complete". Is there a way to format the chart (cells next to the est. end date) to be blank if the formula doesn't match...or is there a formula I can add that would be something like
    "if cell $G3 = completed, then format "no color"?

    I have attached a copy of the spreadsheet.
    Attached Files Attached Files
    Last edited by nielsoneo; 03-16-2012 at 04:50 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Gantt Charts done with Conditional Formatting

    This is the formula you currently have controlling the conditional formatting on row 3:

    =AND(H$2>=$E3,H$2<=$G3)=TRUE

    You don't need the =TRUE at the end, and you can edit the formula to read this:

    =AND(H$2>=$E3,H$2<=$G3,$G3<>"Completed")

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-15-2012
    Location
    Salt Lake City, Utah
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Gantt Charts done with Conditional Formatting

    Thanks, that worked perfectly!!!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Gantt Charts done with Conditional Formatting

    That's good to hear - perhaps you can mark the thread as Solved (click on FAQ to find out how).

    Pete

+ 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