+ Reply to Thread
Results 1 to 5 of 5

#value ! ERROR IN CELL

  1. #1
    Forum Contributor
    Join Date
    06-27-2014
    Location
    bristol, england
    MS-Off Ver
    excel 2007
    Posts
    264

    #value ! ERROR IN CELL

    Hi guys

    i have 4 cells see below


    Before temp entered

    K15 L15 U15 AC7
    Blank #VALUE! Blank Blank

    After temp entered

    K15 L15 U15 AC7
    21.2 0.99230 0.99229 0.9929

    The problem i have is L15 with the #VALUE! showing in cell L15 if no data is entered

    K15 is a cell for users to enter a temperature

    AC7 is a calculated cell based on what temp is entered in K15

    U15 copies the result from AC7

    L15 has a formula to round the figures from U15, the formula being "=IF(K15?=15,ROUND$U15,4),ROUND($U15,4))"

    How can i change thins that the "#VALUE!" Error does not show in L15 even if no data is entered in K15
    Any help appreciated
    Scouse13

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: #value ! ERROR IN CELL

    Try this:

    =IFERROR(Old formula,"")

  3. #3
    Forum Contributor
    Join Date
    06-27-2014
    Location
    bristol, england
    MS-Off Ver
    excel 2007
    Posts
    264
    Quote Originally Posted by Phuocam View Post
    Try this:

    =IFERROR(Old formula,"")
    What do you mean by old formula?

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: #value ! ERROR IN CELL

    =iferror(if(k15=15,round($u15,4),round($u15,4)),"")

  5. #5
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,903

    Re: #value ! ERROR IN CELL

    What is your actual formula? The one you have posted is incomplete and doesn't appear to make sense (since you have the same thing in both sections if the IF clause).
    Rory

+ 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. [SOLVED] getting type mismatch error when array value from cell has a #Ref! error in it
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-18-2021, 08:54 PM
  2. [SOLVED] #VALUE! Error Using a Triple Nested SUBSTITUTE Formula, ERROR DUE TO EMPTY CELL(S)
    By skite0 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-23-2021, 04:13 PM
  3. [SOLVED] Macro To IGNORE ERROR - Cell With Formula / Green Arrow Error
    By Logit in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-06-2018, 09:16 PM
  4. [SOLVED] VBA to error check sheets for any cell containing an error
    By joshnathan in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 01-09-2014, 06:20 AM
  5. Replies: 2
    Last Post: 02-18-2013, 10:17 AM
  6. Replies: 1
    Last Post: 04-30-2012, 12:07 PM
  7. Replies: 3
    Last Post: 10-24-2005, 01:05 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