ENTER DATA INTO 2 CELLS AT THE SAME TIME

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

Guest

I would like to be able to enter data on sheet 1, and also into another cell
on a different sheet with a different layout at the same time. Is this
possible? I am not too good on excel so step by step guide for idiots would
be appreciated.
 
Maybe just reference it
in sheet 1A1 you will enter the value

In Sheet2B4 enter this
=Sheet1!A1

Nopw sheet2B4 will always change when you change SHeet1A1
 
You could do it with a link =sheet2!a2 or a worksheet_change event macro.
 

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