+ Reply to Thread
Results 1 to 4 of 4

Problem with entering a value in a "SUM" formula

  1. #1
    Registered User
    Join Date
    10-14-2013
    Location
    San Fernando, Trinidad
    MS-Off Ver
    Excel 2010
    Posts
    2

    Problem with entering a value in a "SUM" formula

    Hi everyone,

    I hope I can get some advice on this....
    I'm entering a formula that requires the sum of values from a number of different sheets. The last item (number 31 in the string of values) is unable to be entered successfully in the formula. I'm getting the message that "more arguments have been specified for this function than are allowed in the current file format". If I remove this last item, the formula works, but of course my total is incorrect without this value having been included. Also the Excel version that the workbook is formatted in is 1997-2003. I'm not the greatest Excel user so I'm not sure if there is a way to work around this. Please help!

  2. #2
    Forum Contributor
    Join Date
    10-01-2013
    Location
    Cameron, Mo
    MS-Off Ver
    Excel 2010
    Posts
    113

    Re: Problem with entering a value in a "SUM" formula

    use a different cell to sum a few of your arguments...then use that cell in your long formula to get the total you need.

  3. #3
    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,933

    Re: Problem with entering a value in a "SUM" formula

    If you are just dealing with single cell ranges, skip the SUM() and just add them...=sheet1!A1+sheet1!d4+sheet2!a3....etc

    Another option would be to break your SUM() down into a few different SUM()'s. Maybe something like this, by sheet....
    =sum(sheet1!A1,sheet1!d3)+sum(sheet2!a3,sheet2!........................
    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

  4. #4
    Registered User
    Join Date
    10-14-2013
    Location
    San Fernando, Trinidad
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Problem with entering a value in a "SUM" formula

    Another option would be to break your SUM() down into a few different SUM()'s. Maybe something like this, by sheet....
    =sum(sheet1!A1,sheet1!d3)+sum(sheet2!a3,sheet2!........................[/QUOTE]

    Thanks so much for the help guys! I opted to use the resolution as quoted above.....quick and easy fix.

+ 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] Problem adding a "Row" formula to a "lookup" formula
    By Portuga in forum Excel General
    Replies: 3
    Last Post: 10-08-2012, 11:58 AM
  2. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  3. Problem using "Cells" in "Range" "400" error
    By johnnywinter in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-14-2009, 05:46 PM
  4. [SOLVED] If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ...
    By Maria J-son in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2006, 08:25 AM
  5. [SOLVED] Entering Formula with "" within it
    By Ron McCormick in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-13-2005, 01:07 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