C
Carl Witthoft
Here's something I never expected:
I have a spreadsheet which, for some reason in the past (before I got
it), had a number of "Names" applied to cells. Each name refers to a
single cell. That's fine. The first problem I found: When I'm writing
a formula in some other cell, I tend to use the "click in cell" method
to select referenced cells. That is, I type
= 3+
Then I click in, say cell A1 and the formula becomes
=3+A1
But in this workbook, there is a Name referencing A1, so when I click
(while writing the formula), Excel 'helpfully' inserts the name
instead, giving me
= 3+Item
as the formula. The problem with this is that I'm now stuck with an
absolute reference, rather than a relative one.
So the first question is: is there a Preference or something I can set
to force Excel to stick "A1" in the formula regardless of the current
set of Named cells?
Next bug: I created a Name that refers to a pair of cells, e.g.
A1:A2 .
I started writing a formula and click-dragged those two cells, and sure
enough the formula Excel created was
=3+NameRef (where "NameRef" is the name referring to A1:A2).
Now here's the strange thing: I did a five or 6-cell "Fill Down" of
that formula. All cells in the column read the same, i.e. =3+NameRef,
but Excel did NOT treat them the same. I used the TracePrecedents tool,
and found that most of the cells traced back to A1:A2, and gave me a
#Value! error. However the bottom couple of cells traced back only to
A1, and gave me the result of adding 3 to the contents of A1.
So, what the heck is going on and what should I do about it?
This was with Office2004 on an Intel iMac Core Duo, all latest Office
updates applied.
Many thanks for your help and ideas.
Carl
I have a spreadsheet which, for some reason in the past (before I got
it), had a number of "Names" applied to cells. Each name refers to a
single cell. That's fine. The first problem I found: When I'm writing
a formula in some other cell, I tend to use the "click in cell" method
to select referenced cells. That is, I type
= 3+
Then I click in, say cell A1 and the formula becomes
=3+A1
But in this workbook, there is a Name referencing A1, so when I click
(while writing the formula), Excel 'helpfully' inserts the name
instead, giving me
= 3+Item
as the formula. The problem with this is that I'm now stuck with an
absolute reference, rather than a relative one.
So the first question is: is there a Preference or something I can set
to force Excel to stick "A1" in the formula regardless of the current
set of Named cells?
Next bug: I created a Name that refers to a pair of cells, e.g.
A1:A2 .
I started writing a formula and click-dragged those two cells, and sure
enough the formula Excel created was
=3+NameRef (where "NameRef" is the name referring to A1:A2).
Now here's the strange thing: I did a five or 6-cell "Fill Down" of
that formula. All cells in the column read the same, i.e. =3+NameRef,
but Excel did NOT treat them the same. I used the TracePrecedents tool,
and found that most of the cells traced back to A1:A2, and gave me a
#Value! error. However the bottom couple of cells traced back only to
A1, and gave me the result of adding 3 to the contents of A1.
So, what the heck is going on and what should I do about it?
This was with Office2004 on an Intel iMac Core Duo, all latest Office
updates applied.
Many thanks for your help and ideas.
Carl