On 18 April 2012 16:57, Steve Edmonds<steve.edmonds@ptglobal.com> wrote:
Is it possible to SUM across sheets without having to name each sheet.
i.e. something like SUM(Sheet5.E4:Sheet9.E4) instead of
SUM(Sheet5.E4,Sheet6.E4,Sheet7.E4,Sheet8.E4,Sheet9.E4)
Example: =SUM(Sheet1.A1:Sheet2.C6) -- will total everything in Sheet1
and Sheet2 in cells A1 through C6. It will not include a value in,
e.g., Sheet1.D1.
My sheets are named Bill, Bob, Tom Dick and Harry.
Bill is Sheet5 SUM(Sheet5.E4:Sheet9.E4) doesn't work.
SUM(Bill.E4:Harry.E4) doesn't work.
SUM(Bill.E4,Bob.E4,Tom.E4,Dick.E4,Harry.E4) does work.
Once you rename a sheet, you have to use the sheet's name. If you
create the formula before renaming a sheet, the formula will be
changed.
If the first sheet is Bill and the last sheet is Harry and you want to
add values in cell E4 of each sheet: =SUM(Bill.E4:Harry.E4)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.