+ Reply to Thread
Results 1 to 6 of 6

Excel 2010 - conditional formatting - blank cells

  1. #1
    Registered User
    Join Date
    07-01-2013
    Location
    Grand Junction, Colorado, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Excel 2010 - conditional formatting - blank cells

    In Excel 2010, how do you apply CONDITIONAL FORMATTING to blank cells?

    What I have done in the past is use this ... if [cell] ="" ... apply the conditional format to the cell (fill the cell with an assigned color).

    This particular worksheet is used to track and rotate employees' non work day in a weekly schedule. All employees have rotating days.

    It has worked perfectly until the first time i edited the file in Excel 2010.

    ???

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Excel 2010 - conditional formatting - blank cells

    There is no IF required for a conditional format or are you talking about VBA (you dont say)?
    A standard conditional format looks like this

    =(A1=3)
    and format as red

    No IF required
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Excel 2010 - conditional formatting - blank cells

    In CF try

    - Format only cells that contain
    - Blanks (in first drop down)
    - Format (as desired)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    07-01-2013
    Location
    Grand Junction, Colorado, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010 - conditional formatting - blank cells

    This is the formula that resides in the cell:

    =IF(D72="",+$A$30,IF(D73="",+$A$31,IF(D74="",+$A$32,IF(D76="",+$A$34,IF(D77="",+$A$35,"")))))

    Utilizing the conditional formatting "Highlight Cells Rules" ... "Equal To" ...

    the typing "" in the field, selecting custom format and fill [selected color].

    Conditional formatting is simply looking for the blank cell [""] and should then fill the cell with the selected [assigned] color.

    This worked in Excel 2003 and 2007...what happened in 2010?

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Excel 2010 - conditional formatting - blank cells

    Utilizing the conditional formatting "Highlight Cells Rules" ... "Equal To" ...

    the typing "" in the field, selecting custom format and fill [selected color].
    type in ="" instead of just ""

  6. #6
    Registered User
    Join Date
    07-01-2013
    Location
    Grand Junction, Colorado, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010 - conditional formatting - blank cells

    Thanks, Ace_XL....that was the correct solution...it fixed the problem.



    Phil81503




    Quote Originally Posted by Ace_XL View Post
    In CF try

    - Format only cells that contain
    - Blanks (in first drop down)
    - Format (as desired)

+ 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