+ Reply to Thread
Results 1 to 6 of 6

Undo conditional formating if data is entered in cell

  1. #1
    Registered User
    Join Date
    10-19-2011
    Location
    Amsterdam, Holland
    MS-Off Ver
    Excel 2007
    Posts
    6

    Cool Undo conditional formating if data is entered in cell

    I'm stuck....

    I have two colums I and J. I is going to be filled with the date a product is ordered and J with the date the product is delvered to us.

    In J I have the conditional format that if the data in I is older than two weeks it turns red. So we know when to call the company that our goods haven't arrived yet. =(VALUE(I11))<VALUE(TODAY())-14

    Now I need to add a conditional format that if there is a date entered in J, so that means the product has been delivered to us. the cell isn't red any more, so the conditional format I entered does not apply anymore or the cell chnges blank if a date is entered. I don't mind as long as the cell isn't red.

    Thanks for the help!!! I'm happy to explain further if needed.

    eMeLI

  2. #2
    Forum Contributor WinteE's Avatar
    Join Date
    04-07-2007
    Location
    Netherlands
    Posts
    544

    Re: Undo conditional formating if data is entered in cell

    Hi eMeLI,

    Try this for the conditional format :

    =AND((VALUE(I11))<VALUE(TODAY())-14;J11="")

    Success,

    Erik
    Just keep it simple !


    http://www.excelguide.eu
    In English as well as in Dutch

  3. #3
    Registered User
    Join Date
    10-19-2011
    Location
    Amsterdam, Holland
    MS-Off Ver
    Excel 2007
    Posts
    6

    Wink Re: Undo conditional formating if data is entered in cell

    Hi Erik,

    Thanks sooooo much!!! That works perfectly :D

    I had one more question...is it also possible to not have the cells in J be colored red if there is nothing entered in I?

    Thanks,

    eMeLI

  4. #4
    Forum Contributor WinteE's Avatar
    Join Date
    04-07-2007
    Location
    Netherlands
    Posts
    544

    Re: Undo conditional formating if data is entered in cell

    Try this :

    =AND((VALUE(I11))<VALUE(TODAY())-14;I11="";J11="")

    Erik

  5. #5
    Registered User
    Join Date
    10-19-2011
    Location
    Amsterdam, Holland
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Undo conditional formating if data is entered in cell

    Erik,

    Unfortunately now it doesn't turn red at all anymore :O Unless there is nothing filled in :D

    Thanks for trying...

    eMeLI

  6. #6
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Undo conditional formating if data is entered in cell

    hi, eMeLI, please check attachment
    Attached Files Attached Files

+ 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