=INDIRECT("$A$1") does what you want.
Note the quotation marks.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
"CompleteNewb"
<(E-Mail Removed)>
wrote in message
I was under the impression that if one used the "$" in a cell reference,
that would mean that whether or not columns and/or rows are inserted, the
reference would remain at the ORIGINAL spot. So, for instance, if I put in
cell C3 the following:
=$A$1
Then C3 would show what's in cell A1. I THOUGHT that if I then inserted a
column to the left of A, C3 would STILL have:
=$A$1
It doesn't, however. When I insert the column, C3's formula changes to:
=$B$1
What I find especially confusing about this is that the behavior is
identical when I DON'T use the "$". If Cell C3 has:
=A1
then inserting the column before A would change C3 to:
=B1
So what is the benefit of using $? How can I make it so that regardless of
rows and columns being inserted, a cell will always use the contents of
what's in column A, row 1?
Using Excel 2002, but have seen same behavior in 2003 and XP.
Any help appreciated, and thanks.