It would have helped if you'd posted your desired formula, but...
Assume the formula would be to add cells A1 and B1 in Sheet1, and you
want the result in cell C1 in Sheet2. Then, in Sheet2!C1, enter
= Sheet1!A1 + Sheet1!B1
or
=SUM(Sheet1!A1:B1)
In article ,
Lou wrote:
I am trying to diplay the answer from a fomula on one page to another so that
i don't have to have the same formula twice..i keep getting an
error....Please help...Lou
|