View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 292
Default MultipleText entry

Hi

In Sheet2 cell D4 enter this:

=Sheet1!C2

Now sheet2 D4 will always reflect the content of sheet1 C2.

HTH. Best wishes Harald

"fishface" skrev i melding
...
I am trying to set up two worksheets in the same workbook, as I enter text
in
a specified cell on worksheet 1, I want it to also enter into a different
specified cell on worksheet 2. Is this possible and if so how? thanks.

Fishface