+ Reply to Thread
Results 1 to 3 of 3

Cancel Conditional Formating if cell not empty

  1. #1
    Registered User
    Join Date
    11-25-2008
    Location
    Arizona
    Posts
    28

    Cancel Conditional Formating if cell not empty

    Hey all,
    I am trying to have conditional formatting of cells apply only if another cell is blank in 2007.

    A3 has a formatting of =MOD(ROW(),2)=1, then =AND(A3<>"",A3+15<=$G$1) to change the color based on date and finally =AND(A3<>"",A3+30<=$G$1) to again change the color again by date.

    What I would like to do is for the cells in columb A to change only if corresponding columb B cell is empty, without using macros if possible.
    Attached Files Attached Files
    Last edited by wcnwzrd; 08-11-2009 at 12:38 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cancel Conditional Formating if cell not empty

    How about editing the 2 And() conditions to include that codition?

    e.g

    =AND(A3<>"",B3="",A3+15<=$G$1)
    =AND(A3<>"",B3="",A3+30<=$G$1)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-25-2008
    Location
    Arizona
    Posts
    28

    Re: Cancel Conditional Formating if cell not empty

    figures it would be something simple like that. thanks.

+ 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