+ Reply to Thread
Results 1 to 4 of 4

Conditional Format Highlight Delivery Dates

  1. #1
    Registered User
    Join Date
    02-14-2021
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    2

    Conditional Format Highlight Delivery Dates

    Hi,

    I am trying to figure out how i can use conditional formatting to highlight if a delivery date in column L,N & P is within 7 days of Column J.
    If it is not then it would highlight column J cell. I have tried to use a custom formula but cant get it to work.
    Example sheet attached. So in this example, Cell J5 would be highlighted as cell L5 is only 4 days before cell J5. Anything more than 7 days will not be highlighted
    Hope this makes sense.

    Many Thanks
    Rocky
    Attached Files Attached Files
    Last edited by Rocky17; 08-23-2021 at 11:38 PM.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,446

    Re: Conditional Format Highlight Delivery Dates

    Try:
    =OR(AND($J3-$L3>=0,$J3-$L3<=7),AND($J3-$N3>=0,$J3-$N3<=7),AND($J3-$P3>=0,$J3-$P3<=7))
    Attached Files Attached Files
    Quang PT

  3. #3
    Registered User
    Join Date
    02-14-2021
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    2

    Re: Conditional Format Highlight Delivery Dates

    Hi Bebo,

    Your a legend! Works perfectly. Is there a way to also highlight if greater than date in Column J?

    Thanks
    Rocky

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,446

    Re: Conditional Format Highlight Delivery Dates

    May be:
    =OR($J3-$L3<=7,$J3-$N3<=7,$J3-$P3<=7)

+ 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: 7
    Last Post: 01-07-2021, 07:02 PM
  2. [SOLVED] Conditional Formatting to Highlight Cell if Delivery Date is Greater than the Due Date
    By rahul_ferns76 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2019, 12:19 AM
  3. Conditional Format a cell to highlight between certain dates.
    By Chypp in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-03-2014, 04:22 AM
  4. Replies: 4
    Last Post: 05-15-2014, 04:39 PM
  5. [SOLVED] Conditional formatting to highlight old dates?
    By mhaness in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-25-2014, 11:57 AM
  6. Conditional Format to highlight different dates
    By JakeMann in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-28-2013, 09:55 AM
  7. highlight row :Conditional Format to highlight entrire Row
    By shital shah in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-25-2005, 11:05 AM

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