+ Reply to Thread
Results 1 to 30 of 30

Sum a cell within all worksheets

  1. #1
    Registered User
    Join Date
    07-27-2004
    Posts
    7

    Sum a cell within all worksheets

    Hi!

    I have a very big workbook containing 52 identical worksheets.
    Plus Summary sheet in the same workbook identical to all worksheets.
    I need a formula that will summarize every single cell all over the worksheets. Something like consolidate but within the sheets in one workbook.

    For example:
    =Sheet1!A1+Sheet2!A1+Sheet3!A1

    I can't use this simple formula as:
    1. Too many sheets
    2. Sheet names are long
    3. Formula becomes very big

    Is there any other function that will make it?

    Thanks in advance for your help.
    Irada

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    =SUM(Sheet1:Sheet3!A2)

    or

    =SUM(Sheet1:Sheet52!A2) in your case


    Mangesh

  3. #3
    Registered User
    Join Date
    07-27-2004
    Posts
    7
    Exactly what I need!
    Thanks!

  4. #4
    Registered User
    Join Date
    06-20-2005
    Posts
    5

    just in case a sheet is renamed

    Will this formula be valid if we rename a sheet, say sheet 20 ?
    Thanks .

  5. #5
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Yes, it should. And also if you add new sheets between the two sheets specified in the formula.

    Mangesh

  6. #6
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  7. #7

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  8. #8
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Hi Jim,

    When I tried renaming the sheet, it didn't show the behaviour you mentioned in your post. The formula accomodated it without any problem.

    Mangesh



    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

  9. #9

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  10. #10
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  11. #11
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  12. #12

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  13. #13
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  14. #14

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  15. #15
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  16. #16

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  17. #17

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  18. #18
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  19. #19

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  20. #20
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  21. #21

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  22. #22
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  23. #23

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  24. #24
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  25. #25
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  26. #26

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  27. #27
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  28. #28

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

  29. #29
    Jim May
    Guest

    Re: Sum a cell within all worksheets

    But not so, if renamed sheet 20 is moved to the end (right-most-position),
    meaning outside the internal index numbering scheme initially established.
    HTH

    "tacarme" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Will this formula be valid if we rename a sheet, say sheet 20 ?
    > Thanks .
    >
    >
    > --
    > tacarme
    > ------------------------------------------------------------------------
    > tacarme's Profile:

    http://www.excelforum.com/member.php...o&userid=24453
    > View this thread: http://www.excelforum.com/showthread...hreadid=381871
    >




  30. #30

    Re: Sum a cell within all worksheets

    there is an excellent method shown for summarizing sheets shown on the
    bygsoftware site.

    http://www.bygsoftware.com/Excel/Int.../breadroll.htm

    oddly called 'bread roll method'
    but defiantly worth a look.

    The gist is if you have the following sheet names

    Summary, Bread, Area1, Area2, Area3, Roll, Area4
    and you leave sheets Bread and Roll blank

    If you put the formula =Sum(Bread:Roll!D3) it will return the sum of D3 in
    all sheets between Bread and Roll ie. Area1-3.

    You are then able to move sheets in and out from between Bread and Roll to
    include or remove them from the summary.

    I promise the real example is more clear.

    HTH
    RES

+ 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