+ Reply to Thread
Results 1 to 11 of 11

Need 0 to highlight red with con.format

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-23-2007
    Location
    Essex, UK
    MS-Off Ver
    MS365 V2308
    Posts
    279

    Need 0 to highlight red with con.format

    Its Mr Stupid kicking in again im afraid,

    I just cant put my finger on it. I need a cell to highlight RED (via conditional formating) if the cell reads 0.

    When using conditional formatting and entering, the cell is equal to 0, it turns all the cells red that are empty aswell. This is what i dont what.

    The only cell i require to turn RED is that with a 0 (zero) in

  2. #2
    Registered User
    Join Date
    05-29-2008
    Posts
    3
    I'm rather new to this whole Excel experience and I'm sure there's a better way to do this but here's a method I used to get around this situation:

    In the conditional formating change the "cell value" drop down to "specific text" and then in the next drop down box select "beginning with" then put 0 in the 3rd box. That should do the trick, or at least be a quick fix until a better solution comes along.

  3. #3
    Forum Contributor
    Join Date
    03-23-2007
    Location
    Essex, UK
    MS-Off Ver
    MS365 V2308
    Posts
    279
    Thanx for the effort Jericho but I must be using an older version as "Specific Text" is not an option under conditional formatting. I have only "Cell Value Is" or "Formula Is"

  4. #4
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    Try in "formula is": (ajust your range as you need).

    (if cell value equals 0)
    =A1=0
    If cell value contains 0 inside a text string
    =countif(A1;"*0*")
    If you found the solution to your question. Mark the thread as "Solved"
    Thank everyone that helped you with a valid solution by clicking on their

    There is no such thing as a problem, only a temporary lack of a solution

  5. #5
    Forum Contributor
    Join Date
    03-23-2007
    Location
    Essex, UK
    MS-Off Ver
    MS365 V2308
    Posts
    279
    Nope it still picks up an empty cell as a 0 (zero)

    If anyone wants to try and sort it out the sheets are contained in the sample file attached.

    (Sorry about the macro but this needs to stay)
    Attached Files Attached Files
    Last edited by ukphoenix; 05-29-2008 at 09:40 PM.

  6. #6
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    One workaround

    Add as a first condition:
    =a1="" and choose "white"

    and in the second condition:
    =a1=0

+ 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