+ Reply to Thread
Results 1 to 4 of 4

Formula to tally totals from different sheets WAS working........

  1. #1
    Registered User
    Join Date
    07-25-2014
    Location
    Oklahoma City, OK
    MS-Off Ver
    2010
    Posts
    2

    Formula to tally totals from different sheets WAS working........

    I was using a fairly simple formula to keep track of running totals that are recorded weekly for a company contest I'm running. Each week belongs to a separate sheet, and then I have a TOTALS sheet where I add the values from each one. The formula below works perfectly fine, but when I tried to update it with Week8 totals, Excel gave an invalid cell reference error message.

    Working formula:

    =SUM(Week1!F21,Week2!F21,Week3!F21,Week4!F21,Week5!F21,Week6!F21,Week7!F21)

    New formula that DOESN'T work:

    =SUM(Week1!F21,Week2!F21,Week3!F21,Week4!F21,Week5!F21,Week6!F21,Week7!F21,Week8!F21)


    If anyone could help me understand why this is not working, that would be great. I have fiddled around with it for a while now and I'm getting nowhere.

    Oh, well. AT LEAST IT'S FRIDAY! :D

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Formula to tally totals from different sheets WAS working........

    Looks fine to me, but it's hard to tell without an attachment.

    My guess is that one of the sheets doesn't exist, or is mispelled. If you put a space between Week and 8 on your final tab, it would need to be 'Week 8'!F21.

    Also doublecheck to make sure there isn't a space after the 8, such as 'Week8 '!F21.


    If you're still stumped, just click around manually.

    Type =SUM( then click Week1 tab, go to F21 and click it, hit comma, and repeat for each tab as needed.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    07-25-2014
    Location
    Oklahoma City, OK
    MS-Off Ver
    2010
    Posts
    2

    Re: Formula to tally totals from different sheets WAS working........

    There was no space, but for some reason putting the single quotes around Week8 makes it work! I also changed the commas to plus signs to simplify.

    Thanks for the help!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula to tally totals from different sheets WAS working........

    Changing the commas to plus signs doesn't simplify it. Actually quite the opposite.
    It actully adds work that Excel must do, AND makes it more open to errors.

    It adds work because the math is done twice.
    Once by the + symbols, then again by the Sum Function.
    FYI, the SUM function will only really sum 1 value, the result of a+b+c+d

    It can cause errors because
    SUM(A1+B1) will result in an error if either A1 or B1 is a text string
    But SUM(A1,B1) will Not


    Hope that helps.

+ 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] Formula for working out and populating a table using the previous month totals
    By amasson in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-24-2014, 11:12 AM
  2. Need suggestions to tally weekly totals
    By Dibbley247 in forum Excel General
    Replies: 2
    Last Post: 05-31-2014, 10:53 AM
  3. Tally and totals
    By NPWJR in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-18-2013, 08:34 PM
  4. Formula to calculate totals from three different sheets
    By Climaxgp in forum Excel General
    Replies: 3
    Last Post: 06-03-2009, 08:55 AM
  5. Tally sheet, reseting parts once a week but keep running totals
    By MDCK in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-15-2008, 04:22 AM

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