Automatically copy input from one cell to another

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 [email protected]
 
J

JE McGimpsey

If you enter the value in A1 of sheet1, put this in the other cell in
sheet1:

=A1


or in another worksheet:

=Sheet1!A1
 
Top