Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to create a Google Sheet that adds the contents of the same cell on every subsequent tab.

Here are the steps to do so:

  1. Create a new Google Sheet and add a tab for each dataset that contains the cell you want to add.

  2. In the first tab, select the cell that you want to add and copy it.

  3. In the next tab, select the cell where you want the sum to appear and enter the formula =SUM(<previous tab="">!A1), where A1 is the cell you copied in step 2.

  4. Repeat step 3 for each subsequent tab, replacing <previous tab=""> with the name of the previous tab.

  5. The final tab will show the sum of all the cells from each tab.

Note: If you add or remove tabs, you will need to update the formulas to adjust for the changes.