+ Reply to Thread
Results 1 to 4 of 4

Error in formula reading #VALUE!

  1. #1
    Registered User
    Join Date
    09-10-2016
    Location
    Australia
    MS-Off Ver
    2016
    Posts
    17

    Error in formula reading #VALUE!

    I have a series of formulas over a number of rows that are currently showing #VALUE! as the formula cant complete the calculation until numbers are entered into the correct cells.

    How can a blank these out so that they only show a value if the row is filled in.

    Thanks in advance!

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Error in formula reading #VALUE!

    maybe try this format

    =if(a1="","",[your formula here])
    Happy with my advice? Click on the * reputation button below

  3. #3
    Registered User
    Join Date
    06-08-2012
    Location
    Liverpool
    MS-Off Ver
    Office 365
    Posts
    84

    Re: Error in formula reading #VALUE!

    Or IFERROR([your formula},"")

  4. #4
    Registered User
    Join Date
    12-20-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    88

    Re: Error in formula reading #VALUE!

    There is also the ISBLANK Function. =IF(ISBLANK(Your Cell),"",Your Formula)

+ 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 runtime error on reading html code
    By SoulPrisoner in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-19-2015, 08:52 AM
  2. [SOLVED] Error Trapping When Reading From Another Workbook
    By redtop91 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-06-2014, 02:54 PM
  3. Error - Reading String Length VBA
    By missy22 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-20-2012, 11:07 AM
  4. Reading from XML to Excel using VBA: Unicode encoding error
    By Upparna in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-05-2012, 04:00 PM
  5. [SOLVED] solving #Value error on User defined formula reading from different workbooks
    By bagullo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-25-2012, 10:16 AM
  6. Error reading last row using my function
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-24-2011, 03:27 PM
  7. [SOLVED] Reading to a 1-D array...Error
    By shishi in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-09-2005, 05: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