+ Reply to Thread
Results 1 to 7 of 7

How to remove or hide #VALUE!

  1. #1
    Forum Contributor
    Join Date
    04-22-2017
    Location
    AU
    MS-Off Ver
    Microsoft 365
    Posts
    291

    How to remove or hide #VALUE!

    How can I remove the #VALUE! in a cell and still retain the format and formula please
    See attached wbOOK.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,826

    Re: How to remove or hide #VALUE!

    Like this:

    =IFERROR(your_formula,"")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    04-22-2017
    Location
    AU
    MS-Off Ver
    Microsoft 365
    Posts
    291

    Re: How to remove or hide #VALUE!

    Thankyou, I was leaving the TEXT statement in the formula as well as the IFERROR. Once removed, I am OK

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,826

    Re: How to remove or hide #VALUE!

    Glad to have helped!

  5. #5
    Forum Contributor
    Join Date
    04-22-2017
    Location
    AU
    MS-Off Ver
    Microsoft 365
    Posts
    291

    Re: How to remove or hide #VALUE!

    I have unsolved this issue because when I remove the TEXT function and replace with IFERROR, the calculations of times do not work out
    See examples in attached WB - where cells J9 and L9 uses the TEXT function, and calculates out OK, whereas where H9 has the IFERROR and then the result in H8 does not compute correctly.
    Is there a way to use IFERROR and TEXT together?
    Or maybe there is a smarter way to get the results In am trying to achieve?.
    Attached Files Attached Files

  6. #6
    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,933

    Re: How to remove or hide #VALUE!

    You have created a circular reference error in G9, I9, H5 and K9. A cell cannot (generally) reference itself...
    =IF(G8<>"",IF(G9="",NOW(),G9),"")
    =IF(I8<>"",IF(I9="",NOW(),I9),"")
    =IF(F5<>"",IF(H5="",NOW(),H5),"")
    =IF(K8<>"",IF(K9="",NOW(),K9),"")

    Resolve those 1st and you may get the answer you expect
    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

  7. #7
    Forum Contributor
    Join Date
    04-22-2017
    Location
    AU
    MS-Off Ver
    Microsoft 365
    Posts
    291

    Re: How to remove or hide #VALUE!

    Thanks FDibbins
    I am using the Circular References and Iterations as referred in
    HTML Code: 
    Removing the Circular References makes the NOW() updateall cells at the same time which I don't require.
    I have reviewed the spreadsheet and tried to explain what I am trying to achieve in the attached WorkBook.
    IFERROR Function does not work, and TEXT Function is unstable
    Hope this helps with WB a solution please.
    Attached Files Attached Files

+ 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. Hide or Remove Addin Name from Ribbonx ?
    By ptmuldoon in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-08-2015, 08:03 PM
  2. Rows (Hide/remove)
    By Andy2e0bns in forum Excel General
    Replies: 4
    Last Post: 12-25-2011, 11:12 AM
  3. How to Hide/Remove/Eliminate #N/A symbol
    By Locust in forum Excel General
    Replies: 9
    Last Post: 05-26-2010, 04:54 AM
  4. How to hide or remove the AM/PM
    By merilvingian in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-16-2010, 04:20 PM
  5. Remove/Hide Comments
    By googlebot in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-27-2008, 05:16 PM
  6. hide or remove rows
    By NuB in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-01-2005, 03:05 PM
  7. [SOLVED] remove or hide blank rows
    By Erik Beijlen via OfficeKB.com in forum Excel General
    Replies: 1
    Last Post: 02-01-2005, 10:06 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