Hello!
I have a table with two sheets. One of them (Summary) always hidden and keep only service information and formulas. And the second (Main) is visible to user and have formulas related to Summary.
The problem occurs when I need to update Summary data.
Let’s say, Main!E6
contains formula =Summary!C3
and Summary!C3
= 5
. Data displayed correctly at the start. But when I update Summary!C3
to e.g. 10
table still shows 5
to user.
How to correctly update hidden sheet cells to make update visible at displayed sheet?
Example - codesandbox