+ Reply to Thread
Results 1 to 6 of 6

Formula error

  1. #1
    Registered User
    Join Date
    02-22-2005
    Posts
    3

    Formula error

    I am having trouble with an formula. I want to add cells from many sheets. The formula I have been trying is.... =Sum('First'!E6:'Last'!E6). I want it so when I add worksheets between my named first and last sheets I don't have to update the formula on the totals page.

  2. #2
    Registered User
    Join Date
    01-20-2005
    Posts
    21
    Excel will automatically do this if you insert worksheet between the sheets that you have selected for the formula.

  3. #3
    Registered User
    Join Date
    02-22-2005
    Posts
    3

    Formula

    I need the formula so I don't have to list each individual worksheet. I know if I have the range from first to last that any inserted sheets would automatically be added in. I can't get the formula for the range of all the worksheets.

  4. #4
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    HereĀ“s an example:

    =SUM(Sheet1:Sheet3!A1)
    Sheet1!A1: =5
    Sheet2!A1: =5
    Test99!A1: =5
    Sheet3!A1: =5
    The sum will be =20 since XL will sum all A1 that are Between Sheet1 and Sheet3.

    Ola Sandstrom

  5. #5
    Registered User
    Join Date
    02-22-2005
    Posts
    3

    Thank you!

    I used it and that is want I have been looking for. A thousand thanks!!

  6. #6
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Thanks for the feedback.
    Ola

+ 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