+ Reply to Thread
Results 1 to 5 of 5

Results showing 0.00 and (0.00)

  1. #1
    Registered User
    Join Date
    07-22-2011
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    7

    Results showing 0.00 and (0.00)

    I have a column that I use to check by my entries into other columns and should produce all 0's (unless I made a mistake somewhere). This column however produces both 0.00 and (0.00), I understand that the (0.00)'s are probably a result of the cell result actual being (0.0002) or some other fractional negative, however when I change all the numbers used in the calculation of that cell and format it for 20 decimal places, they are no small fractional values anywhere.

    What formula can I use to have it show both 0.00 and (0.00) as 0.00? Here is my current formula:

    =IF(DZ2="","",SUM(O2-DZ2))

    Secondly, I would like to use conditional formatting to highlight cells in that column that are not equal to 0.00. That way I can call attention to any errors.

    I guess if I solve the first issue, then the conditional formatting will be much easier.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Results showing 0.00 and (0.00)

    =if(dz2="","", round(o2-dz2, 6))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Valued Forum Contributor gjlindn's Avatar
    Join Date
    08-01-2011
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    369

    Re: Results showing 0.00 and (0.00)

    Please Login or Register  to view this content.
    This impacts all negatives, showing them as a positive, but in your case it probably doesn't matter since anything that does not equate to zero is what you're testing for. Let me know if you can't get the conditional formatting to work.
    -Greg If this is helpful, pls click Star icon in lower left corner

  4. #4
    Registered User
    Join Date
    07-22-2011
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Results showing 0.00 and (0.00)

    First off thanks to both of you, for your prompt answers. Both methods work and I have solved my first issue. However, now I am stuck on the conditional formatting part. Thanks to your formulas I have gotten rid of the (0.00)'s and now have a column full of 0.00 and blank cells. I want to highlight any any cell that is not either a 0.00 or a blank cell. I can't seem to get the blank cell thing to work with conditional formatting. Is there a trick to that?

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Results showing 0.00 and (0.00)

    Use as a conditional format cell value <> 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