I have a multipage spreadsheet. I am trying to limit the main page to basic formatting and validity tables, as it is used with a python 3D scatter plot app that performs calculations and writes them to specific columns. it has been a challenge to get that code so the format doesn’t get overwritten when data is written (and saved ) to the file.
I know I can add a formula to pull data from other pages/cells, but is there a formula I can use to “send” cell values from the 2nd or 3rd page to the front page?
This is also to try and minimize potential error during manual data manipulation.
thank you in advance