+ Reply to Thread
Results 1 to 5 of 5

Conditional formatting not working

  1. #1
    Forum Contributor
    Join Date
    02-07-2016
    Location
    England
    MS-Off Ver
    2019
    Posts
    270

    Conditional formatting not working

    Hi i am currently using the following formula to stop my conditional formatting from happening if the the cell next to it is blank.

    Please Login or Register  to view this content.
    But the Cell is just staying red please see attached workbook sample.

    The cell i am talking about is Q10 on the student details and data tab.
    Last edited by Jamidd1; 02-20-2016 at 03:55 PM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,202

    Re: Conditional formatting not working

    Try

    =P10=""

    As you set P10 to null("") in your formula (not same as blank " ")

  3. #3
    Forum Contributor
    Join Date
    02-07-2016
    Location
    England
    MS-Off Ver
    2019
    Posts
    270

    Re: Conditional formatting not working

    Thank you very much! That makes sense, I can see where i was going wrong!

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Conditional formatting not working

    I think you will also have to change the order so the formula JohnTopley suggests is fired before the others.

    BSB

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Conditional formatting not working

    Quote Originally Posted by Jamidd1 View Post
    please see attached workbook sample.
    Don't see an attachment.

    The ISBLANK function is not correctly named based on its characteristics.

    It should have been named ISEMPTY.

    If a cell contains a formula blank "" ISBLANK returns FALSE which you would not expect it to!

    Better to use logic statements like:

    =A1="" (A1 is blank/empty)

    =A1<>"" (A1 is not blank/empty)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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 is not working.
    By opusarlo in forum Excel General
    Replies: 3
    Last Post: 05-08-2015, 10:39 AM
  2. [SOLVED] AND is not working with conditional formatting
    By PDX_Rugger8 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-18-2015, 02:55 PM
  3. Conditional formatting not working
    By Marcel Coetzee in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-07-2014, 05:35 PM
  4. Conditional Formatting not working
    By Str1der in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-04-2014, 09:08 AM
  5. conditional formatting not working
    By freshfruit in forum Excel General
    Replies: 2
    Last Post: 02-12-2014, 02:12 PM
  6. VBA working with conditional formatting
    By MARKSTRO in forum Excel Programming / VBA / Macros
    Replies: 31
    Last Post: 01-12-2012, 05:33 PM
  7. Replies: 0
    Last Post: 01-20-2009, 05:19 PM

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