Automatically copy input from one cell to another

  • Thread starter Thread starter picktr
  • Start date Start date
P

picktr

After I enter a value in one cell, how can
I have it automatically enter it into another cell,
within the same worksheet, or into a different worksheet.

Thanks,

Tom (e-mail address removed)
 
If you enter the value in A1 of sheet1, put this in the other cell in
sheet1:

=A1


or in another worksheet:

=Sheet1!A1
 

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