Question: how to reference another sheet in formula? #717
Unanswered
Gitleptune
asked this question in
Q&A
Replies: 1 comment
-
Please take a look at .sc test files inside tests folder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a file with 2 sheets, one that does formulas and the other has data, I would like to have a cell in Sheet1 that averages all of the A column in Sheet2.
In Google Sheets the syntax for referencing a cell from a different sheet is
='sheet name'!A1
.Is there a way to do this in sc-im? I looked through :h and the issues but i couldn't find anything :/
Beta Was this translation helpful? Give feedback.
All reactions