auto update between sheets?

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hello does any one know a way to get a value from one sheet to automatically
change a value in another sheet. Example I have a total at A65 that is
changing daily, I would like the value at A65 to automatically put it self
on say sheet 2 in B5. Any suggestions. Thank you
 
Cells can't "push" their value to other cells. Rather you should
"pull" the results you want by using this in Sheet2!B5:

=Sheet1!A65
 
Thank you for your help!


J.E. McGimpsey said:
Cells can't "push" their value to other cells. Rather you should
"pull" the results you want by using this in Sheet2!B5:

=Sheet1!A65
 
Back
Top