+ Reply to Thread
Results 1 to 4 of 4

Conditional formatting is not working.

  1. #1
    Forum Contributor
    Join Date
    08-28-2013
    Location
    grand rapids, michigan
    MS-Off Ver
    Excel 2010
    Posts
    163

    Conditional formatting is not working.

    If you click on the Sequoia tab and go to A29 you will barely see a "0" has populated there from the formula I put in there. I am not sure why because I have an error trap, but anywho...If you look at the conditional formatting for that cell you will see I have 2 formulae in there. One for if the cell contains nothing, and one for if the cell contains a "0". Neither of those formulae are working. The value that populates in that cell originates on the "Top Census Sheet" and is pulled to the corrosponding cell on the Sequoia sheet. From there it is populated into A29 - the series for formulae to get the number there should not difficult to follow. I think my conditional formatting is not working because of the format of any of those three cells...I have tried formatting the cell for text, general, and number. I need it to display exactly what I type in because one of the values will be "1:1". What is missing from my conditional formatting that is making this simply not work at all?

    RedEnddesens.xlsm

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Conditional formatting is not working.

    to start with....
    A29 you will barely see a "0" has populated there from the formula I put in there. I am not sure why because I have an error trap, but anywho
    1. it is "barely showing" because the row height is too small
    2. is it showing 0 because that is what the INDEX/MATCH is finding/returning (there IS a 0 in S21)
    3. the "error trapping" is not working because there is no error
    4. It is generally accepted that if you want to return a "blank" cell in a formula like that, you use "", not " " (ie dont include a space)

    To answer your Q as to why the CF is not working...neither of the rules return TRUE (which is what CF needs)
    5. Your 1st rule is =$A$29="" Note the no space? See 4. above
    6. Your 2nd rule is =$A$29="0" By putting "" around the 0, you are turning into text, and a text 0 is not the same as a numeric 0. Remove the "" from this rule and it will work
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    08-28-2013
    Location
    grand rapids, michigan
    MS-Off Ver
    Excel 2010
    Posts
    163

    Re: Conditional formatting is not working.

    I wonder what size hat you wear? How do you keep all those excel facts straight? Thank you so much for your perspective. I truly appreciate the time you take to help me out. I am learning, but it seems to be a slow process.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Conditional formatting is not working.

    haha Im just happy we were able to resolve your question - it juts comes with practice, thanks for the feedback

+ 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. Conditional Formatting not working.
    By EquityTrader in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-10-2014, 12:50 PM
  2. [SOLVED] Conditional Formatting not working!
    By mega_nerd in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-13-2013, 02:16 AM
  3. Conditional formatting VBA not working
    By ArtySin in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-12-2013, 07:41 PM
  4. Conditional Formatting is not working
    By rengrish in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-04-2012, 01:23 AM
  5. Conditional Formatting is not working...
    By tmerton in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2006, 06:55 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