+ Reply to Thread
Results 1 to 13 of 13

Excel 2001

  1. #1
    Registered User
    Join Date
    05-24-2015
    Location
    San Diego CA
    MS-Off Ver
    2001
    Posts
    6

    Excel 2001

    I have been pulling my hair out because the worksheets I have been using and putting a lot of work into stopped performing simple SUM calculations, i.e. SUM(A1:A5+B1:B5). I always got a #VALUE! error no matter what I did to correct it. I tried everything I could think of but the only thing that worked was to make the formula
    SUM(A1:A5)+SUM(B1:B5)
    Why the worksheet, which has been working normally for 6 months just suddenly stopped working is beyond me.
    Anyone have an idea why this happened?
    TIA

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2001

    If there are any TEXT entries in either range then this syntax could return the #VALUE! error:

    =SUM(A1:A5+B1:B5)

    The syntax you say you are now using will ignore the text entries:

    =SUM(A1:A5)+SUM(B1:B5)

    However, you can shorten that to:

    =SUM(A1:B5)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Excel 2001

    Your original formula was probably:-

    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  4. #4
    Registered User
    Join Date
    05-24-2015
    Location
    San Diego CA
    MS-Off Ver
    2001
    Posts
    6

    Re: Excel 2001

    So if i delete the cell contents and re-write the formula, why does Excel retain any text? Shouldn't deleting all contents delete all text references?
    Thanks again

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2001

    I think we'd need to see a sample file to figure out what you're trying to do.

  6. #6
    Registered User
    Join Date
    05-24-2015
    Location
    San Diego CA
    MS-Off Ver
    2001
    Posts
    6

    Re: Excel 2001

    Just now in this worksheet, I put the number 4 in three cells F122, G122 and H122, then in another cell I referenced those three cells by the formula =F122:H122. I get #VALUE!. It used to sum the numbers, but not any more.

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2001

    What are you intending to do/what result do you expect with that formula?

  8. #8
    Registered User
    Join Date
    05-24-2015
    Location
    San Diego CA
    MS-Off Ver
    2001
    Posts
    6

    Re: Excel 2001

    All I want to do is add the three simple values in cells F122, G122 and H122 and put that sum into another cell. That other cell then stands alone as a sum. Why does the usual SUM(F122:H122) result in a #VALUE! rather than a numerical value?

  9. #9
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2001

    =F122:H122 is not a valid sum formula.

    =SUM(F122:H122) is a valid sum formula.

    Are there #VALUE! errors already in any of the referenced cells?

    If not then we'll need to see a file with the formula entered.

  10. #10
    Registered User
    Join Date
    05-24-2015
    Location
    San Diego CA
    MS-Off Ver
    2001
    Posts
    6

    Re: Excel 2001

    Thanks for your help. So it should be =SUM(F122:H122) which works. Can I also do this for multiple sums:
    =SUM(F122:H122+F123:H123) or is this incorrect? I am old and confused after spending 6 months creating this spread sheet for work.

  11. #11
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2001

    Don't use the plus sign +.

    If the range of cells is contiguous then just do it like this:

    =SUM(F122:H123)

    If there are multiple non-contiguous ranges then separate them with commas like this:

    =SUM(F122:H123,J1:J10,K25:L50)

    If they are multiple single cells (and none of them contain TEXT entries) then it's best to use the plus sign like this:

    =A1+B5+C10+D200

  12. #12
    Registered User
    Join Date
    05-24-2015
    Location
    San Diego CA
    MS-Off Ver
    2001
    Posts
    6

    Re: Excel 2001

    Nice tips which I have cut and pasted to my forehead.
    Maybe I can get something accomplished now!
    Best to you

  13. #13
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel 2001

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this 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] Crunching down years 2001 2002 2003 2005 to 2001 - 2005
    By Garu in forum Excel General
    Replies: 8
    Last Post: 05-03-2012, 01:33 PM
  2. Replies: 9
    Last Post: 09-21-2011, 06:53 AM
  3. Sorting Problems Excel 2001
    By scotfitz in forum Excel General
    Replies: 5
    Last Post: 08-19-2009, 12:59 PM
  4. Converting Works 2001 Spreadsheet to Excel 2003
    By Beacher67 in forum Excel General
    Replies: 1
    Last Post: 02-07-2006, 12:15 PM
  5. Unable to Start Excel Event ID 2001
    By Melih in forum Excel General
    Replies: 3
    Last Post: 01-22-2006, 07:25 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