+ Reply to Thread
Results 1 to 4 of 4

Conditional formating -identify blank cell

  1. #1
    Simon Smith
    Guest

    Conditional formating -identify blank cell

    Looking for a way to indicate if a range of cells contains a blank cell.
    Tried to use conditional formating to change A1 to a red font if any cell in
    the range b1-z1 is blank. Can't seem to get conditional formatting to work,
    any ideas?

    Thanks

  2. #2
    Elkar
    Guest

    RE: Conditional formating -identify blank cell

    Try this for your Conditional Formatting formula in A1:

    =COUNTIF(B1:Z1,"")>0

    HTH,
    Elkar


    "Simon Smith" wrote:

    > Looking for a way to indicate if a range of cells contains a blank cell.
    > Tried to use conditional formating to change A1 to a red font if any cell in
    > the range b1-z1 is blank. Can't seem to get conditional formatting to work,
    > any ideas?
    >
    > Thanks


  3. #3
    Trevor Shuttleworth
    Guest

    Re: Conditional formating -identify blank cell

    Condition 1 Formula is =COUNTA($B1:$Z1)<>25

    Select the format you want font = red

    Regards

    Trevor


    "Simon Smith" <Simon [email protected]> wrote in message
    news:[email protected]...
    > Looking for a way to indicate if a range of cells contains a blank cell.
    > Tried to use conditional formating to change A1 to a red font if any cell
    > in
    > the range b1-z1 is blank. Can't seem to get conditional formatting to
    > work,
    > any ideas?
    >
    > Thanks




  4. #4
    Biff
    Guest

    Re: Conditional formating -identify blank cell

    Hi!

    Select cell A1
    Goto Format>Conditional Formatting
    Formula is: =COUNTBLANK(B1:Z1)
    Click the Format button
    Select the style(s) desired
    OK out

    Biff

    "Simon Smith" <Simon [email protected]> wrote in message
    news:[email protected]...
    > Looking for a way to indicate if a range of cells contains a blank cell.
    > Tried to use conditional formating to change A1 to a red font if any cell
    > in
    > the range b1-z1 is blank. Can't seem to get conditional formatting to
    > work,
    > any ideas?
    >
    > 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