View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default Absolute Formula Help

Hi,

Try the following formula in A1 of Sheet2.

=INDIRECT("Sheet1!A1")

There could be one problem though. If A1 of Sheet1 is blank, the formula
will return zero in A1 of Sheet2.

Regards,
B. R. Ramachandran

"Gabe" wrote:

A1 on Sheet2 =Sheet1!A1

I am trying to make this formula absolute, so if I were to move,cut, or copy
A1 on Sheet1, then A1 on Sheet2 will display what ever is in A1 on Sheet1.
For some reason it keeps changing them every time I cut and paste A1 on
Sheet1 to where ever. I've tried all these ($A$1, $A1, A$1, $A1) and nothing
works? Can anyone Help? Thanks.