How can i copy a value in a cell from a sheet and paste in anothe.

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

Guest

Hello,

I ask my question with an exemple :

I want to copy a value in C2 from sheet1 to D5 on sheet2.
But , if i modify C2 on sheet1, D5 sheet2 has to be modified too.

Do you know the function to do that?

Thanks :)

( Sorry for my bad english, i speak french usually )
 
Try putting this in D5 on sheet2:

=Sheet2!C2

Maybe this is what you want.

Art
 
go to cell D5 on sheet2 and hit the = key then select sheet1 and click on
cell C2 press return
what ever is in C2 sheet1 will now appear in D5 sheet2

Mark Suddes
 
Thanks all :)
It was fast.

Suddes said:
go to cell D5 on sheet2 and hit the = key then select sheet1 and click on
cell C2 press return
what ever is in C2 sheet1 will now appear in D5 sheet2

Mark Suddes
 
Copy Sheet1 C2 then switch to Sheet2.

Select D5 and Paste Special>Paste Link>OK>Esc.

Your English is fine. Many having English as first language don't do as well.

Gord Dibben Excel MVP
 

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