+ Reply to Thread
Results 1 to 3 of 3

Hide #VALUE!

  1. #1
    Registered User
    Join Date
    10-25-2010
    Location
    edmonton canada
    MS-Off Ver
    Excel 2007
    Posts
    86

    Hide #VALUE!

    I have =L3-M3 (L4-M4,etc) with #VALUE! showing when one cell has no value
    I need the values showing in the other cells when both cells have a value but dont want to see #VALUE!
    I have tried conditional formatting to turn the font white and have looked through this site for an answer can someone help?

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Hide #VALUE!

    Use this formula instead

    For 2003 and earlier versions of Excel
    =IF(ISERROR(L3-M3),"",L3-M3)

    For later versions
    =IFERROR(L3-M3,"")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    10-25-2010
    Location
    edmonton canada
    MS-Off Ver
    Excel 2007
    Posts
    86

    Re: Hide #VALUE!

    Success,
    Thank you for your help

+ 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