Copy formula between sheets
Hi everyone
I would like to know how to copy formulas with references to other table of the same sheet to another sheet, but without the references to be taken from the original sheet.
Let me make that more clear:
i) I have a "Sheet1" with two tables: "Data" and "Stats"
ii) Let us consider, for instance, that one of the formula in "Stats" is as below:
=2*Data::A1
iii) Now let us consider "Sheet2" with also two tables "Data" and "Stats"
iv) If I copy / paste the formula from ii) to the table "Stats" of "Sheet2", the result of the paste operation will be
=2*Sheet1::Data::A1
The question is:
Is there a way to make it paste simply
=2*Data::A1
So that the formula will refer the the table "Data" in "Sheet2" and not "Sheet1" ?
Best regards.
- Antoine
PS: I am using Numbers'09 v 2.2 under MacOSX ML