Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In cell A1 type =B1
now in B1 type the number 10. A1 looks at B1 and shows the value 10. If I then cut the contents of B1 and Paste them into C1, A1 will still show the value 10 and the formula has changed to =C1. My question is how do I make 100% sure that the formula I put into cell A1 will always look at B1 regardless of cutting and pasting actions in the target reference cell. Please note before answering putting $ in front of the formula eg =$B$1 makes no difference the formula wil just become =$C$1. Thank you for your assistance in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use copy and paste instead of cut and paste.
"Illya Teideman" wrote: In cell A1 type =B1 now in B1 type the number 10. A1 looks at B1 and shows the value 10. If I then cut the contents of B1 and Paste them into C1, A1 will still show the value 10 and the formula has changed to =C1. My question is how do I make 100% sure that the formula I put into cell A1 will always look at B1 regardless of cutting and pasting actions in the target reference cell. Please note before answering putting $ in front of the formula eg =$B$1 makes no difference the formula wil just become =$C$1. Thank you for your assistance in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That does not answer my question. That is the sensible thing to do yes but I
need to ensure that whatever happens to the target cell that the formula always points in that reference including if the data is cut and pasted. I suspect the answer will be in the formula rather than the process used to get the data from one cell to another as that is something I cannot control. This is for a form that will be used by data entry. "hmm" wrote: Use copy and paste instead of cut and paste. "Illya Teideman" wrote: In cell A1 type =B1 now in B1 type the number 10. A1 looks at B1 and shows the value 10. If I then cut the contents of B1 and Paste them into C1, A1 will still show the value 10 and the formula has changed to =C1. My question is how do I make 100% sure that the formula I put into cell A1 will always look at B1 regardless of cutting and pasting actions in the target reference cell. Please note before answering putting $ in front of the formula eg =$B$1 makes no difference the formula wil just become =$C$1. Thank you for your assistance in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
.... In cell A1 type =INDIRECT("B1")
"Illya Teideman" wrote in message ... That does not answer my question. That is the sensible thing to do yes but I need to ensure that whatever happens to the target cell that the formula always points in that reference including if the data is cut and pasted. I suspect the answer will be in the formula rather than the process used to get the data from one cell to another as that is something I cannot control. This is for a form that will be used by data entry. "hmm" wrote: Use copy and paste instead of cut and paste. "Illya Teideman" wrote: In cell A1 type =B1 now in B1 type the number 10. A1 looks at B1 and shows the value 10. If I then cut the contents of B1 and Paste them into C1, A1 will still show the value 10 and the formula has changed to =C1. My question is how do I make 100% sure that the formula I put into cell A1 will always look at B1 regardless of cutting and pasting actions in the target reference cell. Please note before answering putting $ in front of the formula eg =$B$1 makes no difference the formula wil just become =$C$1. Thank you for your assistance in advance. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about typing into A1 =INDIRECT("b1"). A1 will always refer to B1, even
if B1's contents are moved or, sometimes problematically, even if rows or columns are added before B1. In your example, if a single column is added to the left of column B, you will get a circular reference. Will that work for you? "Illya Teideman" wrote: That does not answer my question. That is the sensible thing to do yes but I need to ensure that whatever happens to the target cell that the formula always points in that reference including if the data is cut and pasted. I suspect the answer will be in the formula rather than the process used to get the data from one cell to another as that is something I cannot control. This is for a form that will be used by data entry. "hmm" wrote: Use copy and paste instead of cut and paste. "Illya Teideman" wrote: In cell A1 type =B1 now in B1 type the number 10. A1 looks at B1 and shows the value 10. If I then cut the contents of B1 and Paste them into C1, A1 will still show the value 10 and the formula has changed to =C1. My question is how do I make 100% sure that the formula I put into cell A1 will always look at B1 regardless of cutting and pasting actions in the target reference cell. Please note before answering putting $ in front of the formula eg =$B$1 makes no difference the formula wil just become =$C$1. Thank you for your assistance in advance. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excellent thank you that seems to do the trick
"hmm" wrote: How about typing into A1 =INDIRECT("b1"). A1 will always refer to B1, even if B1's contents are moved or, sometimes problematically, even if rows or columns are added before B1. In your example, if a single column is added to the left of column B, you will get a circular reference. Will that work for you? "Illya Teideman" wrote: That does not answer my question. That is the sensible thing to do yes but I need to ensure that whatever happens to the target cell that the formula always points in that reference including if the data is cut and pasted. I suspect the answer will be in the formula rather than the process used to get the data from one cell to another as that is something I cannot control. This is for a form that will be used by data entry. "hmm" wrote: Use copy and paste instead of cut and paste. "Illya Teideman" wrote: In cell A1 type =B1 now in B1 type the number 10. A1 looks at B1 and shows the value 10. If I then cut the contents of B1 and Paste them into C1, A1 will still show the value 10 and the formula has changed to =C1. My question is how do I make 100% sure that the formula I put into cell A1 will always look at B1 regardless of cutting and pasting actions in the target reference cell. Please note before answering putting $ in front of the formula eg =$B$1 makes no difference the formula wil just become =$C$1. Thank you for your assistance in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Go to target cell | Excel Discussion (Misc queries) | |||
maintain references when target cell moves? | Excel Discussion (Misc queries) | |||
Target cell=range?? | Excel Discussion (Misc queries) | |||
Target value, Next cell | Excel Discussion (Misc queries) | |||
Confirm target cell is equal | Excel Discussion (Misc queries) |