+ Reply to Thread
Results 1 to 3 of 3

Conditional formatting formula non-blanks

  1. #1
    Registered User
    Join Date
    10-28-2015
    Location
    Fairmont, WV
    MS-Off Ver
    2013
    Posts
    3

    Conditional formatting formula non-blanks

    I need to highlight dates before they expire, but I only want to highlight cells with data in them. I tried the following formula, it doesn't work. The first part will highlight, but also highlights cells with nothing in them. The second part doesn't eliminate the blanks. Can anyone help me figure out what I'm doing wrong?

    =($I1<=TODAY()+90),-->0

  2. #2
    Registered User
    Join Date
    01-16-2009
    Location
    Texas
    MS-Off Ver
    2013, 2015, 2016
    Posts
    43

    Re: Conditional formatting formula non-blanks

    You could put an IF statement in there.. like =IF(OR($I1=0,$I1=""),0,($I1<=TODAY()+90),-->0 )
    So your saying that if the cell is Zero or Blank, do nothing, if not run the code.

  3. #3
    Registered User
    Join Date
    10-28-2015
    Location
    Fairmont, WV
    MS-Off Ver
    2013
    Posts
    3

    Re: Conditional formatting formula non-blanks

    Thank you so much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Conditional Formatting on Dates and Blanks
    By Icehockey44 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-19-2014, 09:33 AM
  2. Conditional Formatting - No Blanks question
    By MarkyDee in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-21-2014, 05:12 AM
  3. Replies: 11
    Last Post: 05-04-2014, 08:28 PM
  4. Conditional formatting and blanks
    By stellaselectxi in forum Excel General
    Replies: 13
    Last Post: 12-30-2013, 07:09 AM
  5. [SOLVED] Due dates formula in conditional formatting that ignores blanks
    By ciapul12 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-31-2013, 08:48 AM
  6. Conditional Formatting skipping blanks
    By hanjimono in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-13-2013, 12:08 AM
  7. Conditional formatting : Zeroes and blanks
    By tonywig in forum Excel General
    Replies: 3
    Last Post: 01-03-2008, 09:37 AM

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