+ Reply to Thread
Results 1 to 54 of 54

Error in #VALUE

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Error in #VALUE

    Hey guys and gals! Newbie here and learning rapidly or at least I hope so

    I am going behind another person on a book and it is giving me an Error in Value in some of the cells. I have looked over the code and it matches the cells without any issues at all. Any clues where I can go look to solve? When I check things out it says I have a value used in the formula is of the wrong data type BUT like I said, when I look in the other cells they look the same besides the line number (B252,C252)

    If this is not in the correct place please forgive me
    Last edited by Larbec; 03-31-2013 at 08:43 PM.

  2. #2
    Valued Forum Contributor Dunc3142's Avatar
    Join Date
    09-05-2007
    Location
    Franklin OH
    MS-Off Ver
    2000 and 2007 and 2010 @ Home & Teach 2010
    Posts
    351

    Re: Error in #VALUE

    Make sure you don't have a space in front or behind the number. Excel treats that as text. Also make sure the cell is formatted as a number.
    Yes it will. we just have to figure out how...
    If I have helped you, PLEASE click the * and add to my Rep.
    Also, if the problem is SOLVED please mark it as so.

  3. #3
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    The formula is set up for TEXT and I have examined the ones with error codes with the ones without codes and they are identical

    here they are

    =IF(ISBLUE('Numbers - PF'!H249),"B","") GIVING AN ERROR
    =IF(ISBLUE('Numbers - PF'!H251),"B","") NOT GIVING AN ERROR

    I am clueless
    Last edited by Larbec; 03-31-2013 at 09:38 PM.

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    crystal ball time?
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    crystal ball time?
    My crystal ball has a crack LOL

    okay, is there a way I can copy GOOD cells and drag them over the BAD ones to copy the GOOD cells to the BAD. Like you would drag a few for the date sequence or numbers 1 2 3 4 5 6

    #VALUE! ( this is the error code)

  6. #6
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,662

    Re: Error in #VALUE

    crystal ball time? (translation: Post a workbook = no guessing, )
    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Ben Van Johnson

  7. #7
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    This is a small portion of the sheet. It links to another numbers sheet (not sure if that's important)
    Attached Files Attached Files

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    =IF(ISEVEN('C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers Even - Odd)-Good Book.xlsm]Numbers - EO'!B245),"E","")of course its important, how can we see whats in the other workbook!

  9. #9
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    (Numbers Even - Odd)-Good Book.xlsm]Numbers - EO'!B244) what's actually in B244?

  10. #10
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Each line will place an E for even or O for odd. The numbers book is where I place a number say 25 on a specific line on that book. That book is linked to this book I'm working on. I have several lines that work great say from B100-B238. B238 all the way to B400 for example are giving me this error code. Below B238 no issues I hope this makes sense

  11. #11
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    I understand but as you can see n the few lines I put up. They are all the same but one has no errors. Could the issue be on another book like the numbers book for example?

  12. #12
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    value errors are given when the value is of the wrong type, in your case probably text instead of numbers,numbers stored as text should work but numbers with spaces in the same cell wont

  13. #13
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    the error will be in
    (Numbers Even - Odd)-Good Book.xlsm]Numbers - EO'!B244)

  14. #14
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    the error will be in
    (Numbers Even - Odd)-Good Book.xlsm]Numbers - EO'!B244)
    I hope this makes better sense by these pics whats going on

    Numbers EO Good book.jpgNumbers EO Numbers 1-5.jpgNumbers Sheet.jpgNumbers Even Odd Good book paint.jpg

  15. #15
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    have you just tried checking the numbers in the same sheet? with a straight =iseven(b1) and fill down

  16. #16
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    have you just tried checking the numbers in the same sheet? with a straight =iseven(b1) and fill down
    I am not sure I know what you mean. How do I do this?

  17. #17
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    have you just tried checking the numbers in the same sheet? with a straight =iseven(b1) and fill down
    I have not. The reason is that the pattern works diagonal. If you look at the pic cell 51B has an E and 51A and 53A and will not. 52A will. The right 2 cells are Odd and the left Even They basically have code in every other one like a checker or chess board. Unless, there is a way to do that with a click of the mouse?

    Numbers EO.jpg
    Last edited by Larbec; 04-01-2013 at 06:21 PM. Reason: add picture

  18. #18
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Martin

    You have convinced me to quadruple check my numbers and I have found 6 errors so far on the NUMBERS sheet. I corrected them and although it corrected several other sheets it did not correct the one I am asking about. I will continue to search

    THANK YOU!

  19. #19
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    first way of trouble shooting
    break the formula/formulas down to its simplist and test each part, this is quite a simple formula

    =IF(ISODD('C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers Even - Odd)-Good Book.xlsm]Numbers - EO'!B244),"O","")
    but you dont test it across work books just go to workbook
    [(Numbers Even - Odd)-Good Book.xlsm open it on sheet Numbers - EO'
    dont worry about the IF() just test the =isodd(b2444) in a spare cell see what result you get ie true/false or #value! if its #value! then something is wrong with the contents of b244

  20. #20
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    first way of trouble shooting
    break the formula/formulas down to its simplist and test each part, this is quite a simple formula

    =IF(ISODD('C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers Even - Odd)-Good Book.xlsm]Numbers - EO'!B244),"O","")
    but you dont test it across work books just go to workbook
    [(Numbers Even - Odd)-Good Book.xlsm open it on sheet Numbers - EO'
    dont worry about the IF() just test the =isodd(b2444) in a spare cell see what result you get ie true/false or #value! if its #value! then something is wrong with the contents of b244
    Thanks! I will give it a try

  21. #21
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    first way of trouble shooting
    break the formula/formulas down to its simplist and test each part, this is quite a simple formula

    =IF(ISODD('C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers Even - Odd)-Good Book.xlsm]Numbers - EO'!B244),"O","")
    but you dont test it across work books just go to workbook
    [(Numbers Even - Odd)-Good Book.xlsm open it on sheet Numbers - EO'
    dont worry about the IF() just test the =isodd(b2444) in a spare cell see what result you get ie true/false or #value! if its #value! then something is wrong with the contents of b244

    It works in the spare cell. Now what?

    Spoke too soon. LOL, The even works but the odd does not. I copied a cell from the error and placed in a clean cell and the "E" was present. I copied the cell with an "O" and nothing happened. Same error?
    Last edited by Larbec; 04-01-2013 at 02:35 PM. Reason: adding to post

  22. #22
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by Larbec View Post
    It works in the spare cell. Now what?

    Spoke too soon. LOL, The even works but the odd does not. I copied a cell from the error and placed in a clean cell and the "E" was present. I copied the cell with an "O" and nothing happened. Same error?
    Not sure if this matters. I have "no" errors on the Numbers EO sheet. In the book the errors are on the page called "starter"

  23. #23
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by Larbec View Post
    It works in the spare cell. Now what?

    Spoke too soon. LOL, The even works but the odd does not. I copied a cell from the error and placed in a clean cell and the "E" was present. I copied the cell with an "O" and nothing happened. Same error?
    Okay, I did exactly what you asked and it comes back TRUE
    =iseven(J248)

    =ISODD(J248) FALSE

    =ISEVEN(J249) #VALUE!
    Last edited by Larbec; 04-01-2013 at 03:02 PM.

  24. #24
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    =ISEVEN(J249) so what's in that cell?

  25. #25
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    =ISEVEN(J249) so what's in that cell?
    #VALUE! is in the cell off to the side
    =IF(ISEVEN('Numbers - EO'!J249),"E","") is in the actual cell with the error #VALUE!

  26. #26
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    what value is in the cell j249? if it is a number what does =len(j249)return? is it the same length as the number? eg 12 should return 2

  27. #27
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    until you check just one that gives a value error there is no point in carrying on,pics do not help

  28. #28
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    until you check just one that gives a value error there is no point in carrying on,pics do not help
    I am so sorry Martin, what do you mean until I check just one that gives a value error? The boxes say #VALUE error, nothing more even though the code is in the line

  29. #29
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    now you have to check the cell you are testing,as i said before what is in the cell you are referencing you haven't said,the formula isnt wrong,its whats actually in the cell it refers to that is wrong

  30. #30
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    now you have to check the cell you are testing,as i said before what is in the cell you are referencing you haven't said,the formula isnt wrong,its whats actually in the cell it refers to that is wrong

    I copied the cell, placed in on an empty cell and this is what I got E

  31. #31
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by Larbec View Post
    I copied the cell, placed in on an empty cell and this is what I got E
    I just noticed something. The cells that are listed as B250. C250, D250 are really in columns D,J and P. Does this mean it is linked to another pages getting information from B250,C250,D250?

  32. #32
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Here is the book for you to look at it if you do not mind
    Last edited by Larbec; 04-02-2013 at 12:39 AM.

  33. #33
    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,959

    Re: Error in #VALUE

    Im not sure what you mean by
    The cells that are listed as B250. C250, D250 are really in columns D,J and P.
    the cells in B, D, F, H, J are all referencing another file on (your?) hard drive...
    ='C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers).xlsx]Sheet1'!F390 (each column is referencing different columns)

    Also note that both this and your other thread were in the VBA forum, I would suggest that unless tou know that it is definitely a VBA question, you post in the GENERAL or EXCEL FORMULAS AND FUNCTIONS forums
    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

  34. #34
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by FDibbins View Post
    Im not sure what you mean by

    the cells in B, D, F, H, J are all referencing another file on (your?) hard drive...
    ='C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers).xlsx]Sheet1'!F390 (each column is referencing different columns)

    Also note that both this and your other thread were in the VBA forum, I would suggest that unless tou know that it is definitely a VBA question, you post in the GENERAL or EXCEL FORMULAS AND FUNCTIONS forums
    So sorry, I can move it and yes I have several other books it links to. That means the error is from another book and page?

  35. #35
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by FDibbins View Post
    Im not sure what you mean by

    the cells in B, D, F, H, J are all referencing another file on (your?) hard drive...


    Also note that both this and your other thread were in the VBA forum, I would suggest that unless tou know that it is definitely a VBA question, you post in the GENERAL or EXCEL FORMULAS AND FUNCTIONS forums

    How can I delete this thread and start another one in the correct place?

  36. #36
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by FDibbins View Post
    Im not sure what you mean by

    the cells in B, D, F, H, J are all referencing another file on (your?) hard drive...
    ='C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers).xlsx]Sheet1'!F390 (each column is referencing different columns)

    Also note that both this and your other thread were in the VBA forum, I would suggest that unless tou know that it is definitely a VBA question, you post in the GENERAL or EXCEL FORMULAS AND FUNCTIONS forums
    Does this mean the error could be coming from the Numbers Book? If so, would I look at the cell that has the #VALUE! Error, see what cell it refers to on the Numbers book?

  37. #37
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Thank for your help

  38. #38
    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,959

    Re: Error in #VALUE

    I have moved this thread for you, continue on this 1

  39. #39
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    now april 1st has come and gone,can you seriously not know how to use a formula?, you keep asking the same questions and do not do the tests asked, do you actually understand anything i posted as you have not tried the tests in the individual work book or checked as requested what is in the cells you are referring to. i give up!

  40. #40
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    now april 1st has come and gone,can you seriously not know how to use a formula?, you keep asking the same questions and do not do the tests asked, do you actually understand anything i posted as you have not tried the tests in the individual work book or checked as requested what is in the cells you are referring to. i give up!
    I am SO sorry Martin and no I do not know how to use excel outside of the basic spread sheets that I have used. I am trying to learn though so I may not understand what your asking out of ignorance of the software. It's NOT that I don't want to, its understanding what you are asking. That is why I am here.

  41. #41
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Here are some of the codes from the numbers book

    =SUMPRODUCT(--MID(CC389,ROW(INDIRECT("1:"&LEN(CC389))),1)) No error
    =SUMPRODUCT(--MID(CA389,ROW(INDIRECT("1:"&LEN(CA389))),1)) #VALUE! error
    =ABS(LEFT(N389,1)-IF(RIGHT(N389,1)="0",10,RIGHT(N389,1))) No error
    =SUMPRODUCT(--MID(CE389,ROW(INDIRECT("1:"&LEN(CE389))),1)) No error
    =SUMPRODUCT(--MID(CG389,ROW(INDIRECT("1:"&LEN(CG389))),1)) #VALUE! error


    =ABS(LEFT(F389,1)-IF(RIGHT(F389,1)="0",10,RIGHT(F389,1))) #VALUE! error

  42. #42
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Error in #VALUE

    what is in cell CA389?
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  43. #43
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by josephp View Post
    what is in cell ca389?

    =sumproduct(--mid(ca389,row(indirect("1:"&len(ca389))),1))

  44. #44
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    ok now we're getting somewhere all these produce value errors
    =SUMPRODUCT(--MID(CG389,ROW(INDIRECT("1:"&LEN(CG389))),1))
    =SUMPRODUCT(--MID(CA389,ROW(INDIRECT("1:"&LEN(CA389))),1))
    =ABS(LEFT(F389,1)-IF(RIGHT(F389,1)="0",10,RIGHT(F389,1)))
    so whats in
    CG389
    CA389
    F389
    the formula sums the digits in the cell
    =SUMPRODUCT(--MID(CG389,ROW(INDIRECT("1:"&LEN(CG389))),1))
    so 123 = 6
    1230=6
    456 =15
    if there are any text eg 123abc or if the cell is formatted text and includes spaces or such eg 123"space" you will get a value error same applies to
    =ABS(LEFT(F389,1)-IF(RIGHT(F389,1)="0",10,RIGHT(F389,1)))
    Last edited by martindwilson; 04-02-2013 at 10:23 AM.

  45. #45
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    ok now we're getting somewhere all these produce value errors
    =SUMPRODUCT(--MID(CG389,ROW(INDIRECT("1:"&LEN(CG389))),1))
    =SUMPRODUCT(--MID(CA389,ROW(INDIRECT("1:"&LEN(CA389))),1))
    =ABS(LEFT(F389,1)-IF(RIGHT(F389,1)="0",10,RIGHT(F389,1)))
    so whats in
    CG389
    CA389
    F389
    the formula sums the digits in the cell
    =SUMPRODUCT(--MID(CG389,ROW(INDIRECT("1:"&LEN(CG389))),1))
    so 123 = 6
    1230=6
    456 =15
    if there are any text eg 123abc or if the cell is formatted text and includes spaces or such eg 123"space" you will get a value error same applies to
    =ABS(LEFT(F389,1)-IF(RIGHT(F389,1)="0",10,RIGHT(F389,1)))
    I'm glad were getting somewhere. I'm so sorry but I am a newbie but learning rapidly or at least I hope I am. Lol

    I am away from my desktop until this afternoon so I will let you know what's in those cells when I get home.

    By looking at what I posted you indicated that they would indeed create an error. Do you know what is incorrect about the code or do you need the additional information? I did notice on the main numbers book, same lines have the same error #VALUE!


    Thank you "so" much for your patience and helping me!
    Last edited by Larbec; 04-02-2013 at 12:00 PM. Reason: Adding words of thank you (-:

  46. #46
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    still need to know what is in ca389 you cant have =sumproduct(--mid(ca389,row(indirect("1:"&len(ca389))),1)) in that cell

  47. #47
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    still need to know what is in ca389 you cant have =sumproduct(--mid(ca389,row(indirect("1:"&len(ca389))),1)) in that cell
    If I copy and paste onto a blank cell it is a # sign. It also states the same error code #VALUE!

    I hope this answers your question. If not PLEASE give me a step by step what I need to do to give you the answer you are looking for. But this is what is in the cell to my knowledge

  48. #48
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    just tell us what is in cell ca389

  49. #49
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    just tell us what is in cell ca389
    I can't give you any additional information. I've already posted whats in the cell when I click on it. I don't know what else I could possibly give you?

  50. #50
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Error in #VALUE

    well i didn't see the memo
    so you click on ca389 and you see =sumproduct(--mid(ca389,row(indirect("1:"&len(ca389))),1)) ? or what? what is shown in the formula bar at the top?
    Attached Images Attached Images
    Last edited by martindwilson; 04-02-2013 at 07:47 PM.

  51. #51
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by martindwilson View Post
    well i didn't see the memo
    so you click on ca389 and you see =sumproduct(--mid(ca389,row(indirect("1:"&len(ca389))),1)) ? or what? what is shown in the formula bar at the top?

    =SUMPRODUCT(--MID(CA389,ROW(INDIRECT("1:"&LEN(CA389))),1))

    I will reload the sheet

  52. #52
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    What I just noticed is once a number is placed in the numbers book the error code goes away. Why?
    Last edited by Larbec; 04-02-2013 at 09:48 PM.

  53. #53
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Error in #VALUE

    On your 'Numbers EO' sheet, row 2- 149 are all = '?', thus they are not numbers, and you get the error message instead of values,so whatever is in 'C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers).xlsx]Sheet1'!F142 (for cell B2, as an example) is being returned to as ? (I used this in M2 =B2 , copied it down to the end of the list, to show what the cell was returning)
    So the problem is in this workbook (C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers).xlsx]), not the one you uploaded

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  54. #54
    Forum Contributor
    Join Date
    03-31-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    211

    Re: Error in #VALUE

    Quote Originally Posted by dredwolf View Post
    On your 'Numbers EO' sheet, row 2- 149 are all = '?', thus they are not numbers, and you get the error message instead of values,so whatever is in 'C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers).xlsx]Sheet1'!F142 (for cell B2, as an example) is being returned to as ? (I used this in M2 =B2 , copied it down to the end of the list, to show what the cell was returning)
    So the problem is in this workbook (C:\Users\Larry\Desktop\POWERBALL\PB books\[(Numbers).xlsx]), not the one you uploaded

    Hope this helps
    I sent up a dummy file using the same code just changing the numbers around in the columns. The way it works is, I write the number down in the numbers book. That number is linked to the other book placing a "E" or "O" for even or odd. Once I place a number in the numbers book the ? goes away in the E or O book and is replaced by the E or O. For some reason I am getting a # symbol in some cells in the E O book. Maybe its suppose to work like this

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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