+ Reply to Thread
Results 1 to 3 of 3

Need help with #VALUE! error

Hybrid View

lc130 Need help with #VALUE! error 09-18-2018, 07:56 AM
MrShorty Re: Need help with #VALUE!... 09-18-2018, 08:39 AM
lc130 Re: Need help with #VALUE!... 09-18-2018, 09:30 AM
  1. #1
    Registered User
    Join Date
    11-10-2007
    MS-Off Ver
    365
    Posts
    48

    Need help with #VALUE! error

    Hi All

    I posted this earlier but now it's too far down the forum to get answered. Attached is a sheet I downloaded to which I added columns starting with K. I believe that something is preventing the values in columns D, E, and I from being read as numbers once the loan is repaid. From that point forward VALUE errors are returned.

    Can it be fixed?

    Thank you

    Charlie
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,373

    Re: Need help with #VALUE! error

    It depends on exactly what you are trying to do. My observations:
    1) The formula in K168 is different from the rest of the column. It is referring to row 330, and row D330 and E330 are empty string "". Excel does not know how to add (using the + operator) numbers and text. Once the #VALUE error is generated, formulas that refer to this cell will propagate the error.
    2) D and E from row 167 on return empty string "". As noted above, Excel cannot add a string to a number, so that contributes to the VALUE error.

    Since I'm not sure exactly how you are intending to perform this calculation, I cannot make any solid suggestions. I would check K168 and make sure it is doing what you want. You may want to replace D and E with something that will return a number after the loan is repaid. Or maybe use a SUM() function instead of +/- operators (the SUM() function knows how to ignore text strings) ...SUM(K168,-D168,-E168). I could "fix" the error (as in the spreadsheet would calculate numbers in column K) by getting rid of the empty strings and replacing them with 0s, but I could not otherwise determine if the results were correct.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    11-10-2007
    MS-Off Ver
    365
    Posts
    48

    Re: Need help with #VALUE! error

    Quote Originally Posted by MrShorty View Post
    Or maybe use a SUM() function instead of +/- operators (the SUM() function knows how to ignore text strings) ...SUM(K168,-D168,-E168).
    That did it! Many thanks!

+ 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] Odd Error Handling Behaviour; goes to error handler even when no error?
    By kalikj in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-04-2018, 10:04 AM
  2. [SOLVED] Run-tim error -2147467259(80004005): Automation error Unspecidied error
    By mattress58 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-25-2014, 12:12 PM
  3. Excel macro (compile error. syntax error.) error
    By salar_younis in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-06-2014, 06:11 AM
  4. Receiving following error “Complie error : syntax error” Help
    By masond3 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-02-2012, 10:19 AM
  5. Error "run-time Error '1004': General Odbc Error
    By D4WNO77 in forum Access Tables & Databases
    Replies: 2
    Last Post: 07-16-2012, 09:55 AM
  6. Error 75 File/Path access error, sometimes Error 1004
    By smokebreak in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 02-16-2011, 02:35 PM
  7. Error Handling - On Error GoTo doesn't trap error successfully
    By David in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-16-2006, 02:10 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