Auto Populate Data from cell to another sell in differant sheets

G

Guest

I am working in a book with differant sheets, most the the data is the same
on 3 sheets that I am working on. Can I set up a formula or action so that
the data I type in one sheet in one cell can auto populate into the other 3
sheets in certain cells?
 
G

Guest

Just reference the cell in the first sheet in all the others.

if the value is in cell A1 in Sheet1 the following would do the trick:
=Sheet1!A1

Any change to the value in cell A1 of Sheet1 would be reflected automatically.
 
P

Pete_UK

Enter this formula in A1 of Sheet2:

=IF(Sheet1!A1="","",Sheet1!A1)

You can also put the same formula in Sheet3 and Sheet4. The formula
can be copied to any other cell to bring the appropriate data from
Sheet1 (but not any formatting you might have set up on Sheet1).

Hope this helps.

Pete
 
G

Guest

Hold the Shift key and click on Sheet 4 will hight all four sheets. then type
in sheet 1 it will copy on all sheets.
 
G

Guest

thank you for your responce, I can do multiple cells at one time or would I
have to do this one at a time?
 
G

Guest

yes this does however, If i wanted to copy multiply cells at one time, can
this be done in other words sheet 1 cells A1: A41 copy to sheet 2 B1:B41
 

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

Top