+ Reply to Thread
Results 1 to 3 of 3

Conditional Format afer 14 Days

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-31-2009
    Location
    Halstead
    MS-Off Ver
    Excel 365
    Posts
    240

    Conditional Format afer 14 Days

    Hi All,

    I Have the below formula that I have put in the Conditional Formatting which works fine but, I want this Conditional Formatting Formula to take effect when it is 14 days + from date in P7, this conditional format is in Q7, once a date is then entered into Q7 it goes back to white again.

    =AND(ISNUMBER($G6),ISNUMBER($P6),$R6="")
    Can anyone help please.

    Shazz
    xx

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Conditional Format afer 14 Days

    Maybe..

    =AND(ISNUMBER($G6),ISNUMBER($P6),$R6="",Q6>P6+14)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor
    Join Date
    05-24-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    291

    Re: Conditional Format afer 14 Days

    you can try this

    =IF((P7+14)>TODAY(),AND(ISNUMBER($G6),ISNUMBER($P6),$R6=""),"")

    only modification is =IF((P7+14)>TODAY(),"value if true (your formula)", Otherwise "")

    thank,s
    A

+ 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