[Solved] Calculate the SUM total from multiple sheets

Discuss the spreadsheet application
Post Reply
myleecorona
Posts: 3
Joined: Thu Jul 14, 2011 6:58 pm

[Solved] Calculate the SUM total from multiple sheets

Post by myleecorona »

Hello,
I have run into a problem I can't seem to figure out. I'm trying to use the SUM formula to add up totals on 12 sheets within one spreadsheet document and I don't know how to do that. I can use that SUM formula for each sheet but what I need is the total amount from all 12 sheets to calculate on a separate sheet. How do I do that? Please help.

[SOLVED]
Last edited by myleecorona on Thu Jul 14, 2011 8:30 pm, edited 1 time in total.
OpenOffice 3.1 on MacOS 10.4
User avatar
Hagar Delest
Moderator
Posts: 33693
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: How do I calculate the SUM total from multiple sheets?

Post by Hagar Delest »

Hi and welcome to the forum!

Can't you put a mere equal sign (to start the formula) and then select the cells in the different sheets with a plus between each?

Please add '[Solved]' at the beginning of your first post title (edit button) if your issue has been fixed.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE 7 Gigi) and 25.2 portable on Windows 11.
gerard24
Volunteer
Posts: 958
Joined: Sat Oct 30, 2010 5:12 pm
Location: France

Re: How do I calculate the SUM total from multiple sheets?

Post by gerard24 »

Did you want to sum the same range of all the sheets ?

If yes, for example with A1:A10 in 12 sheets (January to December) :

Code: Select all

=SUM(January.A1:December.A10)
sum cells A1 to A10 for all sheets from January to December.
LibreOffice 6.4.5 on Windows 10
Post Reply