If I have Sheet 2:
A1: 1
A2: 2
A3: SUM(A1:A2)
Then I have Sheet 1:
A1: 3
A2: 4
A3: =CONTENTS(Sheet2!A3) ie I want it to say =SUM(A1:A2)
To clarify: I want to do this programmatically (ie not with the UI) and I don't want to use VBA or other programming systems.
A1: 1
A2: 2
A3: SUM(A1:A2)
Then I have Sheet 1:
A1: 3
A2: 4
A3: =CONTENTS(Sheet2!A3) ie I want it to say =SUM(A1:A2)
To clarify: I want to do this programmatically (ie not with the UI) and I don't want to use VBA or other programming systems.