+ Reply to Thread
Results 1 to 3 of 3

Conditional format using ISBLANK function, not disappearing when cell has data.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-07-2009
    Location
    cedar grove
    MS-Off Ver
    Excel 2003
    Posts
    133

    Conditional format using ISBLANK function, not disappearing when cell has data.

    Hello,
    I am making some conditional formats for a document. One that I am trying to achieve is have a group of cells have a background color, but once the data has been added, the color go away.

    This is what my conditional format looks like: =ISBLANK($A$1:$H$22) and chose the Green fill background. So, my understanding is, the cells should have a green background if they are blank, but go back to a standard format, once cells have data put in them.

    Can someone tell me why this isn't working?

    thanks
    babs

  2. #2
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Conditional format using ISBLANK function, not disappearing when cell has data.

    The ISBLANK formula can only reference individual cells.
    You need to use the formula "=isblank(a1)" . That way it looks at the individual cell and determines if it is blank.
    Change the area that conditional formatting is applied to to "$A$1:$H$22", and you should be good to go.
    Please click the * icon below if I have helped.

  3. #3
    Forum Contributor
    Join Date
    05-07-2009
    Location
    cedar grove
    MS-Off Ver
    Excel 2003
    Posts
    133

    Re: Conditional format using ISBLANK function, not disappearing when cell has data.

    Hi Melvin!
    Got it....... that worked great!!!!
    Thank you!
    babs

+ 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