Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
CasaJay
 
Posts: n/a
Default How do I anchor a cell reference?

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   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default How do I anchor a cell reference?

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   Report Post  
Posted to microsoft.public.excel.misc
CasaJay
 
Posts: n/a
Default How do I anchor a cell reference?

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   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default How do I anchor a cell reference?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nesting a sheet name reference within a cell reference??? Broyston Excel Discussion (Misc queries) 9 July 8th 08 08:35 PM
Cell reference problem Jim Olsen Excel Worksheet Functions 4 October 31st 05 05:47 AM
how to include a cell reference that is contained in a cell withi. dutchinny Excel Worksheet Functions 5 October 24th 05 01:07 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Flexible Cell Reference Brandt Excel Discussion (Misc queries) 5 June 2nd 05 10:23 PM


All times are GMT +1. The time now is 06:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"