+ Reply to Thread
Results 1 to 18 of 18

#VALUE! Error

  1. #1
    Registered User
    Join Date
    11-08-2014
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    6

    #VALUE! Error

    I am wanting to add a few columns with SUM(I5+.....etc). The Value error tells me that there are some cells that contain words but there aren't any they are all numbers?
    When I use the formula with SUM(I5:P5) (or whatever...) it leaves a few cells out that have formulas on their own, it will only add them in if I override the numbers, I know i am way from being a Pro, maybe this is an easy one for you guys. Please HELP !!

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    8,057

    Re: #VALUE! Error

    Could you post a sample workbook?

  3. #3
    Registered User
    Join Date
    11-08-2014
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    6

    Re: #VALUE! Error

    Ok, I hope this works.Sample.xlsx

  4. #4
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    HI, Probably no stores as text causing the error
    Click just below left if it helps, Boo?ath?

  5. #5
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    if so try this

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    [/FORMULA]

  6. #6
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    the formula in m5 causing the error

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    11-08-2014
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    6

    Re: #VALUE! Error

    No, It just changed the error to #NAME?

  8. #8
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    Remove the doule quotes which is treating as text and enter it as values

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  9. #9
    Registered User
    Join Date
    11-08-2014
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    6

    Re: #VALUE! Error

    no, that only gives me another giant error message and I have to force an end to even x out of it :-(

  10. #10
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    You syntax should be like this in m5, expand it accordingly it will work

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  11. #11
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    No need to put "$" and all inside the formula its a matter of cell formating

  12. #12
    Registered User
    Join Date
    11-08-2014
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    6

    Re: #VALUE! Error

    no, can't get it to work at all, took all the $ out, took all the " out, replaced all the ; with , to make it look just like yours..... it will not work for me..... put all the ; back in.... nothing works, the giant error is my best friend at this point. Getting ready to give up

  13. #13
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    8,057

    Re: #VALUE! Error

    In your nested IFs in columns J & M use periods rather than commas. So $2,94 is $2.94. And as mentioned in a post above get rid of the "'s and $'s in these formulas. =IF(H5<2,1.47,IF(H5=2,2.94 etc
    Then you should have no problems.

    Worth noting that these nested IFs are not particularly efficient from a calculation point of view and make life difficult if you ever need to update the values.
    Far easier to use small lookup tables hidden away in the workbook.

    BSB.

  14. #14
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    No, Don't give up wait for few min, i will post the file with formulas updated..

  15. #15
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    Hi, Ref the attachment
    Attached Files Attached Files

  16. #16
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    Hope it helps

  17. #17
    Registered User
    Join Date
    11-08-2014
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    6

    Re: #VALUE! Error

    Thank you so much, I will check and see what I did wrong. Big Fat Smiley Face

  18. #18
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #VALUE! Error

    HI, Thanks for the feedback ,

    You can mark the thread as solved

+ 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] 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
  2. 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
  3. 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
  4. 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
  5. [SOLVED] 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