+ Reply to Thread
Results 1 to 3 of 3

IF AND statements using conditional formatting

  1. #1
    Registered User
    Join Date
    05-24-2013
    Location
    London, ON
    MS-Off Ver
    Excel 2007
    Posts
    43

    IF AND statements using conditional formatting

    I previously posted in regards to getting the formula to highlight a cell based on a date in column I either being expired or set to expire within 14 days. Using conditional formatting, the formula is: =AND($I8<>"",$I8<=TODAY()+14)

    I would like to adjust the formula to change the colour if it has expired or is set to expire in 14 days AND if nothing is in column L on the same row. Does anyone know how to adjust the formula to accomplish this?

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

    Re: IF AND statements using conditional formatting

    maybe..

    =AND($I8<>"",$I8<=TODAY()+14,$L8="")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    05-24-2013
    Location
    London, ON
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: IF AND statements using conditional formatting

    perfect...just tried it and it works!

+ 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