Hey, I am looking for a formula to copy value from specific cell to another.
For instance
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Copy Me[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Copy Me 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want in B to copy cell A2 and C to copy cell A1 regardless of the values that will be changing in just cell A. So whatever changes I do in cell A is already copied on its own in cell B & C corresponding to its respectable cell.
For instance
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Copy Me[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Copy Me 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want in B to copy cell A2 and C to copy cell A1 regardless of the values that will be changing in just cell A. So whatever changes I do in cell A is already copied on its own in cell B & C corresponding to its respectable cell.