+ Reply to Thread
Results 1 to 7 of 7

Hide value 0-0 (0)

  1. #1
    Forum Contributor
    Join Date
    08-19-2012
    Location
    Sydney
    MS-Off Ver
    MS Office 365/16
    Posts
    282

    Hide value 0-0 (0)

    Hi all,

    I know how to hide cells that contain zero by using the 0;-0;;@

    How do I hide cells that contain 0-0 (0)

    Thanks

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: Hide value 0-0 (0)

    Hey!

    Is this 0-0 (0) a Value that is going to appear in a cell??
    Cheers!
    Deep Dave

  3. #3
    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
    53,049

    Re: Hide value 0-0 (0)

    Perhaps, if you dont have too many cells to apply this to, use Conditional Formatting with a setting of white on white?
    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

  4. #4
    Forum Contributor
    Join Date
    08-19-2012
    Location
    Sydney
    MS-Off Ver
    MS Office 365/16
    Posts
    282

    Re: Hide value 0-0 (0)

    Yes it is a value that will appear in a cell, but I want it hidden until the number changes for example 0-0 (0.1). In other words any value can be seen except 0-0 (0).

    To answer the next question yes I have been using the Conditional Formatting , but I have it across hundreds of cells so it is taking some time. plus every second line (row) is highlighted grey.

  5. #5
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: Hide value 0-0 (0)

    Ok!

    If the result is coming from a Formula, you can use something like this -

    =IF(A1="0-0 (0)","",A1) (Alter the Cell as required)

    Else Conditional Formatting -

    =A1="0-0 (0)" (And any formatting that you want)

    Hope it helps..

    Deep

  6. #6
    Forum Contributor
    Join Date
    08-19-2012
    Location
    Sydney
    MS-Off Ver
    MS Office 365/16
    Posts
    282

    Re: Hide value 0-0 (0)

    yep....I managed to get it to work. I used a conditional formatting. If cell contains (equals to) "0-0 (0)" i formatted the cell to a custom ;;;.
    Not sure i explained myself well enough but hopefully you get it.

  7. #7
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: Hide value 0-0 (0)

    Happy to hear..

    Deep

+ 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. Disable/Hide Insert, Delete and Hide commands
    By nateinoh in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-14-2013, 10:49 AM
  2. VBA hide row based on pull down with button to toggle show/hide
    By myronr in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-12-2012, 06:07 PM
  3. HIDE ZEROS IN CHART - Hide rows of cells that equals zero
    By sweedey in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-09-2011, 08:18 PM
  4. hide cell contents without column or row hide
    By ravergirl7216 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-30-2010, 11:20 AM
  5. Query Hide State of Column Ranger and Hide if False
    By Orson100 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-18-2009, 07:51 AM

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