Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Absolute Values and Column Insertions

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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Absolute Values and Column Insertions

Use the INDIRECT() function.

Like in

=sum("$D$3:$D$6")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"BobK" wrote in message
...
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!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Absolute Values and Column Insertions

Sorry!

Like in

=SUM(INDIRECT("$D$3:$D$6"))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Niek Otten" wrote in message
...
Use the INDIRECT() function.

Like in

=sum("$D$3:$D$6")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"BobK" wrote in message
...
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!



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
#Value Problem - Inconsistent Formulas After Column Insertions dpridemore Excel Worksheet Functions 1 October 6th 08 03:54 AM
Summing a Column - Net and Absolute Values BRob Excel Worksheet Functions 4 May 8th 08 01:06 PM
Name ranges and insertions to spreadsheet to update charts nms Charts and Charting in Excel 2 February 14th 08 02:22 AM
Excel insertions (drawings, word art, pics, etc) are not visible. synlupri Excel Discussion (Misc queries) 3 October 10th 06 11:16 PM
sum absolute values of a column of numbers in Excel MRolko Excel Worksheet Functions 1 December 30th 05 03:41 PM


All times are GMT +1. The time now is 12:41 PM.

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"