+ Reply to Thread
Results 1 to 4 of 4

Excel automatically updating my sum across worksheets incorrectly

  1. #1
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    200

    Excel automatically updating my sum across worksheets incorrectly

    Why would =SUM('CP:2996_LE'!F13)

    suddenly become?

    SUM('CP:[2996_LE]2996_LE'!F13)? Excel refuses to let me delete the extra bracketed value and keeps putting it back in everytime i try to run it, and of course I get a #REF error.

    Thanks.

  2. #2
    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
    53,052

    Re: Excel automatically updating my sum across worksheets incorrectly

    to sum across worksheets, if it is a range on each worksheet, use...
    =SUM(sheet1:Sheet4!C10:G10)
    if it is a single cell per worksheet, use...
    =SUM(sheet1:Sheet4!E11)

    let me know how you make out

    edit: looking at your 2nd formula, it looks like part/all of what you are trying to sum is a table?
    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

  3. #3
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    200

    Re: Excel automatically updating my sum across worksheets incorrectly

    It should be a single cell per worksheet summed across, but Excel seems to insist on adding this extra bracket of info. Makes no sense.

  4. #4
    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
    53,052

    Re: Excel automatically updating my sum across worksheets incorrectly

    like i said, sounds like at least 1 cell on the sheets you are referencing is part of an excel "table". an excel table is a special function that allows extra capabilities. it looks like a regular range of rows of columns, but is not. to do a quick test, outside the table, just reference any cell within it...if you get the [] then its a range

    edit: 1 way to overcome that is to manually enter the cell reference, instead of pointing to it
    Last edited by FDibbins; 09-16-2012 at 03:52 PM.

+ 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