Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To greatly simplify this, cell A1 says "=B1" and cell A2 says "=A1"
If I move cell B1 to cell C1, cell A1 now says "=C1" and of course, cell A2=cell A1 Next problem... if i move data into cell B1, cell A1 gives me a #REF! How can I anchor the reference in cell A1 to always say "=B1"? How can I move data into a referenced cell without getting a #REF!? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
A couple of ways: This will always refer to cell B1: =INDIRECT("B1") If you entered that in cell A1 and then inserted a new column A you would then get a circular reference because the formula is now in cell B1 and the formula refers to cell B1. This will always refer to the cell to the immediate right of the cell reference in the formula, in this case, A1: =OFFSET(A1,,1) As is, it refers to B1. If you were to insert a new column A then it would refer to C1. Biff "CasaJay" wrote in message ... To greatly simplify this, cell A1 says "=B1" and cell A2 says "=A1" If I move cell B1 to cell C1, cell A1 now says "=C1" and of course, cell A2=cell A1 Next problem... if i move data into cell B1, cell A1 gives me a #REF! How can I anchor the reference in cell A1 to always say "=B1"? How can I move data into a referenced cell without getting a #REF!? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hey Biff, that certainly gives me a direction i didn't know about, thanks!
But boy, do i have a lot of work to do on my spreadsheets now. "Biff" wrote: Hi! A couple of ways: This will always refer to cell B1: =INDIRECT("B1") If you entered that in cell A1 and then inserted a new column A you would then get a circular reference because the formula is now in cell B1 and the formula refers to cell B1. This will always refer to the cell to the immediate right of the cell reference in the formula, in this case, A1: =OFFSET(A1,,1) As is, it refers to B1. If you were to insert a new column A then it would refer to C1. Biff "CasaJay" wrote in message ... To greatly simplify this, cell A1 says "=B1" and cell A2 says "=A1" If I move cell B1 to cell C1, cell A1 now says "=C1" and of course, cell A2=cell A1 Next problem... if i move data into cell B1, cell A1 gives me a #REF! How can I anchor the reference in cell A1 to always say "=B1"? How can I move data into a referenced cell without getting a #REF!? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "CasaJay" wrote in message ... Hey Biff, that certainly gives me a direction i didn't know about, thanks! But boy, do i have a lot of work to do on my spreadsheets now. "Biff" wrote: Hi! A couple of ways: This will always refer to cell B1: =INDIRECT("B1") If you entered that in cell A1 and then inserted a new column A you would then get a circular reference because the formula is now in cell B1 and the formula refers to cell B1. This will always refer to the cell to the immediate right of the cell reference in the formula, in this case, A1: =OFFSET(A1,,1) As is, it refers to B1. If you were to insert a new column A then it would refer to C1. Biff "CasaJay" wrote in message ... To greatly simplify this, cell A1 says "=B1" and cell A2 says "=A1" If I move cell B1 to cell C1, cell A1 now says "=C1" and of course, cell A2=cell A1 Next problem... if i move data into cell B1, cell A1 gives me a #REF! How can I anchor the reference in cell A1 to always say "=B1"? How can I move data into a referenced cell without getting a #REF!? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nesting a sheet name reference within a cell reference??? | Excel Discussion (Misc queries) | |||
Cell reference problem | Excel Worksheet Functions | |||
how to include a cell reference that is contained in a cell withi. | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Flexible Cell Reference | Excel Discussion (Misc queries) |