How do I exchanging data between worksheet and worksheet?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to move some data from a cell to a totally different page. How do
I do that?
 
Hi!

Copy and paste works between worksheets.
If you want a more permanent connection, use formulae in the secon
sheet to "draw down" data from the first.

e.g. ='Sheet1'!A2 in a cell on sheet2 will fill that cell with th
value in A2 on Sheet1
(You don't need the ' s in this case, but you will if your sheet name
have spaces in them.

Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top