+ Reply to Thread
Results 1 to 4 of 4

Resolving this error msg: #VALUE!

  1. #1
    Registered User
    Join Date
    03-08-2013
    Location
    Lula, Ga.
    MS-Off Ver
    Office 2016
    Posts
    54

    Resolving this error msg: #VALUE!

    I have a column that is a series of calculations
    Occasionally, one of the cells a calculation is based upon has text data inserted, because no data exist for that cell, say, E20/F20,
    F20 has text indicating no numerical data is available

    If this occurs, how can I make my formula to indicate something other than #VALUE!
    I am not concerned with what is put into the cell, only removing the error

    Thank you

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

    Re: Resolving this error msg: #VALUE!

    Try this ...
    =IFERROR(E20/F20,"")

  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
    52,929

    Re: Resolving this error msg: #VALUE!

    Or...
    =if(isnumber(F20),E20/F20,"")
    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
    Registered User
    Join Date
    03-08-2013
    Location
    Lula, Ga.
    MS-Off Ver
    Office 2016
    Posts
    54

    Re: Resolving this error msg: #VALUE!

    =if(isnumber(F20),E20/F20,"")
    seems to work best for what I want

    Thank you both

+ 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] Help Resolving Runtime Error "28": Out of stack space while conditionally locking cells
    By Seeki in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-29-2015, 11:22 PM
  2. [SOLVED] Resolving '1004' Application - defined error: Applying the formula to whole column
    By kundterra in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-26-2014, 11:01 AM
  3. [SOLVED] Need Help Resolving Error Messages with Nestled IF and Date functions
    By Dee Mann in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-29-2013, 02:03 PM
  4. Resolving a System Error
    By gonger in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-29-2013, 01:32 AM
  5. [SOLVED] resolving a #DIV/0! error
    By okcsteve in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-29-2013, 11:14 AM
  6. Resolving Weighted Average #Value error in worksheet
    By salmanjan in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-09-2008, 07:22 PM
  7. Need help resolving error in defining last row
    By clmarquez in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-20-2005, 02:44 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