T
Top Spin
I guess I don't understand absolute and relative cell references.
I have a cell containing the following formula:
=AVERAGE(C$13:C23)
From what I read about cell references, the "C23" means that the
average range will end on C23, but that if that cell is moved, the
address will be updated to follow. Whereas, the "$13" means that the
average function will always start on row 13 even if cell C13 is
moved.
I have a table of values each stored in a row. When I add a new row, I
insert it just above row 13 so that row 13 becomes row 14. When I do
that, the above formula changes to:
=AVERAGE(C$14:C24)
It was my intention that is change to
=AVERAGE(C$13:C24)
What am I doing wrong?
Thanks
--
PC: HP Omnibook 6000
OS: Win 2K SP-4 (5.00.2195)
LAN: P2P with an HP Vectra workstation
Email: Usenet-20031220 at spamex.com
(11/03/04)
I have a cell containing the following formula:
=AVERAGE(C$13:C23)
From what I read about cell references, the "C23" means that the
average range will end on C23, but that if that cell is moved, the
address will be updated to follow. Whereas, the "$13" means that the
average function will always start on row 13 even if cell C13 is
moved.
I have a table of values each stored in a row. When I add a new row, I
insert it just above row 13 so that row 13 becomes row 14. When I do
that, the above formula changes to:
=AVERAGE(C$14:C24)
It was my intention that is change to
=AVERAGE(C$13:C24)
What am I doing wrong?
Thanks
--
PC: HP Omnibook 6000
OS: Win 2K SP-4 (5.00.2195)
LAN: P2P with an HP Vectra workstation
Email: Usenet-20031220 at spamex.com
(11/03/04)