Copying Text to another cell/worksheet

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

Hi,

I have been trying to work out how I can type text into a cell and have the
same information automatically appear in another part of the same worksheet
and on another worksheet.

In this case I would like address details to be replicated on another
worksheet which is an invoice. The address will appear twice on this sheet.

I've tried everything I can think of and would appreciate some help. I'm
sure I'm missing something very easy...!

Thank you,
Lisa
 
If you are always going to insert the address in the same cell, say D6 in
Sheet1, then where you want the addresses to appear in Sheet2, enter the
following formula: =IF(Sheet1!D6="","",Sheet1!D6)
 
Kassie said:
If you are always going to insert the address in the same cell, say D6 in
Sheet1, then where you want the addresses to appear in Sheet2, enter the
following formula: =IF(Sheet1!D6="","",Sheet1!D6)

Thank you Kassie - that worked a treat!

Lisa
 

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