Hey there,
I figured out how to get Calc to display the name of the previous sheet.
=SHEETNAME(SHEET() - 2)
Now, I want to add the dot operator (.) and a cell number from the prior sheet, so I can reference a cell from the previous sheet in my current sheet. For example, something like the code below…
=Nov.F62
which results in a numeric value that matches the value from the previous sheet.
However, when I try something like this…
=SHEETNAME(SHEET() - 2) & . & F62
the cell shows #NAME?
and not the value in the previous sheet.
I’m wondering if anyone has a solution for me.
Happy New Year!
Kyle