Is it possible to sum a certain cell in all sheets in Google Sheets?

jwillits

New Member
Joined
Jul 10, 2018
Messages
38
Office Version
  1. 2010
Platform
  1. Windows
For instance, trying to sum C2 across all google sheets in a single file. Is this possible?

A new sheet gets added every day, with the name of the date for that day, and I am trying to get around changing the formula every day I add a new sheet, but I need to sum either a cell in all sheets, or in a range of sheets, like between Sheet1 and Sheet14 without listing every individual sheet.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
For instance, trying to sum C2 across all google sheets in a single file. Is this possible?

A new sheet gets added every day, with the name of the date for that day, and I am trying to get around changing the formula every day I add a new sheet, but I need to sum either a cell in all sheets, or in a range of sheets, like between Sheet1 and Sheet14 without listing every individual sheet.
Try something like this: This example would be for a sheet named Sheet1 to a sheet named Last
=SUM(Sheet1:Last!C2)​
 
Upvote 0
Not sure how to refer to last sheet in workbook when name constantly changes due to todays date. Also I do use Google sheets so not sure if this may work with Google sheets.
 
Upvote 0
While this works in excel, I do not think it works in google sheets or at least I do not know how to make it work in google sheets
 
Upvote 0

Forum statistics

Threads
1,223,385
Messages
6,171,780
Members
452,424
Latest member
Sheila003

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top