Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI guess I should've revealed more about my final aim in my question. In short, I've written a function that does a "3D" sum (a sum across sheets). While I know that you can do this with the built-in functions, the problem is that I add sheets on a weekly basis, which means that I have to back in and update those functions to include the new sheets. What I wanted was just a function that iteratively picked up values from ALL the sheets and returned their sum without my having to update the function every week.
      singulars
    2. COAnd I have another question: why is a SERVER necessary for a simple function like the one in my question? Why can't simple things like that be calculated client-side and then pushed into the cells (or at least shown like a HUD over the spreadsheet)? I recognize that this process would cause all kinds of permissions and security questions, but don't Google Apps Scripts already have the ability to ask for permission before fiddling with user data?
      singulars
    3. COPlease provide more details as to the nature of this "3D" sum, or some example code for more assistance. The code you write in google apps script is essentially server-side code. It is not part of the spreadsheet. I'm betting that it acts like a service. Each script is granted its own little database, it has CPU allowances, timeout restrictions etc. There is a lot more going on than just using "`="bar"` as a spreadsheet function. Regardless, I'm sure there is a way to accomplish your sum without hitting these restrictions.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload