+ Reply to Thread
Results 1 to 5 of 5

Highlight Cells based on a date in another column

  1. #1
    Registered User
    Join Date
    12-17-2020
    Location
    Tulsa, OK
    MS-Off Ver
    16.44
    Posts
    17

    Highlight Cells based on a date in another column

    I am trying to modify a planner to highlight a specific cell in a row based upon the value of another cell.

    Here is an example of what I am trying to do. I want to be able to have the RED cell color based upon the Due Date.
    sheetexample.jpg

    The Puple Date Spread of each Project uses the following Conditional Formating: =AND(task_end>=K$5,task_start<L$5)

    I would also like to alter this to ignore "weekends" when calculating Purple Date Spread for each project. Currently I'm manually editing these. But it would helpful if the sheet did it for me.

    I have attached the sheet. Any help would be appreceated.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Highlight Cells based on a date in another column

    Try this addition to your CF rule...
    =AND(task_end>=K$5,task_start<L$5,K$6<>"s")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    12-17-2020
    Location
    Tulsa, OK
    MS-Off Ver
    16.44
    Posts
    17

    Re: Highlight Cells based on a date in another column

    OK Thanks! That worked to skip weekends. Any help on plotting the Target Date on the chart?

  4. #4
    Registered User
    Join Date
    12-17-2020
    Location
    Tulsa, OK
    MS-Off Ver
    16.44
    Posts
    17

    Re: Highlight Cells based on a date in another column

    I figured it out! Thanks!

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Highlight Cells based on a date in another column

    Sorry, missed the part about "target dates", but Im happy you got that resolved

+ 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. Replies: 5
    Last Post: 01-12-2017, 04:34 AM
  2. [SOLVED] Conditional Formatting - Highlight row based on date in I column
    By mtpockets in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-22-2015, 03:26 PM
  3. [SOLVED] Highlight cells based on date
    By lavudyar in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 9
    Last Post: 05-01-2015, 12:38 AM
  4. Replies: 5
    Last Post: 09-24-2012, 05:14 PM
  5. Compare and highlight cells based on date
    By whatsmyname in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-15-2010, 02:20 PM
  6. Replies: 23
    Last Post: 09-25-2009, 07:39 PM
  7. Replies: 1
    Last Post: 09-19-2009, 08:09 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