Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Mirroring data in another cell

Hello,

I have duplicate data in two parts of my worksheet and I want to ensure that when I change it in one cell the duplicate also changes to the same value. I'm aware of using the "equals" original cell to do this for values but not sure it works with text?

Also, this works with individual cells, is it possible to duplicate a row of cells so that changing any cell will change the corresponding cell in the duplicate row in another part of the worksheet? I hope this is understandable!

Thanks,
Barry

Macbook, Mac OS X (10.4.11)

Posted on Oct 31, 2008 2:17 AM

Reply
Question marked as Best reply

Posted on Oct 31, 2008 2:42 AM

The 'equal' function apply also to text.
CAUTION: this function doesn't copy popup, checkbox, stepper or sliders but it copy their value .

User uploaded file
In replica the row 1 is an header one.

In A1 enter:
=IF(OR(ISERROR(main :: A),ISBLANK(main :: A)),"",main :: A)
In B1 enter:
=IF(OR(ISERROR(main :: B),ISBLANK(main :: B)),"",main :: B)
In C1 enter:
=IF(OR(ISERROR(main :: C),ISBLANK(main :: C)),"",main :: C)
In B1 enter:
=IF(OR(ISERROR(main :: D),ISBLANK(main :: D)),"",main :: D)

Yvan KOENIG (from FRANCE vendredi 31 octobre 2008 10:40:09)
6 replies
Question marked as Best reply

Oct 31, 2008 2:42 AM in response to Barry Shortt

The 'equal' function apply also to text.
CAUTION: this function doesn't copy popup, checkbox, stepper or sliders but it copy their value .

User uploaded file
In replica the row 1 is an header one.

In A1 enter:
=IF(OR(ISERROR(main :: A),ISBLANK(main :: A)),"",main :: A)
In B1 enter:
=IF(OR(ISERROR(main :: B),ISBLANK(main :: B)),"",main :: B)
In C1 enter:
=IF(OR(ISERROR(main :: C),ISBLANK(main :: C)),"",main :: C)
In B1 enter:
=IF(OR(ISERROR(main :: D),ISBLANK(main :: D)),"",main :: D)

Yvan KOENIG (from FRANCE vendredi 31 octobre 2008 10:40:09)

Oct 31, 2008 2:57 AM in response to KOENIG Yvan

Thanks Yvan,

But, maybe I didn't explain it clearly. Say for instance I have row 1 with data in cells A1, B1 and C1. I want to duplicate those three cells in row 10 so A10, B10 and C10 reflect exactly what is in A1, B1 and C1.

Is there a way to do this without having to go to each of the individual cells on row 10 and "equalling" it to the corresponding cell in row 1.

My real rows have 40 cells each and if this is not possible then it would be quite tedious! Any help would be appreciated,

Barry

Oct 31, 2008 1:39 PM in response to Barry Shortt

Barry,

It isn't necessary to visit each cell in row 10. After typing =A1 into A10, hit return. Click once on A10 and it will be highlighted with a bold outline. There will by a tiny circle in the lower right corner of the cell. Click on this circle and drag it to the right as far as you want to duplicate the formula in a relative addressing way. That is, B10 will reference B1, C10 will reference C1, etc. This operation is called Fill. See the Help Topic: Autofilling Table Cells.

Regards,

Jerry

Mirroring data in another cell

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.