+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting

  1. #1
    Registered User
    Join Date
    10-07-2011
    Location
    Milwaukee, WI
    MS-Off Ver
    Excel 2003
    Posts
    1

    Conditional Formatting

    I am trying to create a conditional format for when the cell has a N and the date next to it is 14 days old. I can do one or the other but not both and if I do two conditions doesn't work so trying to create one forumula for both. I'm using the formula =L1<NOW()-14 but want it to only change the color if the cell also equals N, any help would be appreciated

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Conditional Formatting

    Hi
    Try the following:

    =AND(K1="N",TODAY()-L1>13)

+ 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