making copied cells change with change in original cell

G

Guest

What formula do you need to add to the first or original cell to allow the
contents of the copied cells below in a column to change to the content of
the first or original cell?

How do you do this if only numbers are in the cell?
If only text?
If both mixed with numers and text?

Thank you,
Jen
 
G

Guest

Put any number in cell A1. In B1 type =A1

Now change A1 and see B1 change, too.

If you want to copy A1, but have the cell where you paste it REFER to A1,
then:
1) copy A1,
2) select the cell where you want the result
3) use Edit>paste special>paste link
 
M

Maistrye

Jennifer said:
What formula do you need to add to the first or original cell to allo
the
contents of the copied cells below in a column to change to the conten
of
the first or original cell?

How do you do this if only numbers are in the cell?
If only text?
If both mixed with numers and text?

Thank you,
Jen

Instead of directly copying the cell, put a formula similar to th
following in the cells you want to have the same value as the origina
cell.

=$A$1 (If your original cell is A1 -- change as appropriate)

The only limitation this puts on you is that only way you can chang
all values at once is to change the original cell (if you type over on
of the copied cells, only that cell will change).

Second, if your original cell is a text cell (Format Cells -> Number
Text), then you have to make sure for the copied cells where you stic
the formula in to have the Format Cells -> Number = General (The forma
can still be text for the original cell).

Scot
 

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