Absolute Values and Column Insertions

B

BobK

I've created a formula in column A that adds up some cells in column D. Ex:
=sum(D3:D6). If I insert one column in front of column D, the formula changes
to =sum(E3:E6). This happens even if I change the formula to =sum($D$3:$D$6).
I also tried creating a range name called TEST referring to the original
$D$3:$D$6 range and the column insertion changed the TEST range definition as
well.

Is there a way to keep a formula from NOT adjusting to column insertions or
deletions? Thanks in advance!
 
P

Pecoflyer

BobK;229671 said:
I've created a formula in column A that adds up some cells in column D
Ex:
=sum(D3:D6). If I insert one column in front of column D, the formul
changes
to =sum(E3:E6). This happens even if I change the formula t
=sum($D$3:$D$6).
I also tried creating a range name called TEST referring to th
original
$D$3:$D$6 range and the column insertion changed the TEST rang
definition as
well.

Is there a way to keep a formula from NOT adjusting to colum
insertions or
deletions? Thanks in advance!

Hi, try =sum(indirect("d3:d6")

--
Pecoflye

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows fil
upload ->faster and better answers

*Adding your XL version* to your post helps finding solution faste
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top