+ Reply to Thread
Results 1 to 3 of 3

Formula to sum values in non existent sheets

  1. #1
    Registered User
    Join Date
    03-02-2018
    Location
    Alaska
    MS-Off Ver
    2010
    Posts
    1

    Formula to sum values in non existent sheets

    Dears,

    I'm looking for a way to include SUM for a non existent sheet so I can avoid the #Ref error. This is for Excel 2010.
    Something along the lines of =IF(ISREF(INDIRECT("'7999'!E2"));INDIRECT("'7999'!E2");""); but with SUM added for E:E for a specific sheet.

    How would I go on about this?

    Thanks and Regards.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: Formula to sum values in non existent sheets

    Maybe

    =SUM(IFERROR(formula,0),IFERROR(formula,0)...)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  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
    53,049

    Re: Formula to sum values in non existent sheets

    Not sure if this will be of any assistance, but if you add a blank worksheet at the start and end of your data sheets, and call them Start and End, then when you enter your calcs, you could just enter =sum('start:End'!C12) or whatever your references are. this way, you can add or remove sheets as needed, and it will add across all the sheets you need it to, and keep the totals as the data sheets change. make sure your "Master" sheet is before the Start sheet though
    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

+ 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. Non-existent link
    By carsto in forum Excel General
    Replies: 5
    Last Post: 06-07-2018, 02:59 PM
  2. formula referencing non existent file
    By ammartino44 in forum Excel General
    Replies: 1
    Last Post: 07-08-2015, 02:38 AM
  3. Referencing Non-Existent Worksheets
    By dyrflr21 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-01-2013, 06:17 PM
  4. [SOLVED] Help with lookup returning non existent values
    By Uncle heFTy in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-24-2013, 03:18 AM
  5. [SOLVED] Formula for Reading A Non-Existent Reference
    By pskwaak in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-16-2006, 12:10 AM
  6. Suspend calc of formula using a non-existent sheet
    By mikeburg in forum Excel General
    Replies: 4
    Last Post: 12-01-2005, 08:55 PM
  7. Non-Existent Circular Reference
    By Little_Em in forum Excel General
    Replies: 0
    Last Post: 01-30-2005, 08:35 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