Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Making Excell formula constant

i have got a sum of figures of column b i row a29as a formula in a29 my
formula is "=b27"

when i insert a column between a and b my formula chagnes to
"=c27"
I want my formula to be constant.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Making Excell formula constant

=SUM(INDIRECT("B2"):B4)
=indirect("b2")
--
Don Guillett
SalesAid Software

"darsg" wrote in message
...
i have got a sum of figures of column b i row a29as a formula in a29 my
formula is "=b27"

when i insert a column between a and b my formula chagnes to
"=c27"
I want my formula to be constant.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default Making Excell formula constant

Try typing this formula instead

=$B$27

"darsg" wrote:

i have got a sum of figures of column b i row a29as a formula in a29 my
formula is "=b27"

when i insert a column between a and b my formula chagnes to
"=c27"
I want my formula to be constant.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,081
Default Making Excell formula constant

In additon to Don's suggestion, you can use this formula in A29

=OFFSET(A29,-2,1)

That will be unaffected by column inserts

"darsg" wrote:

i have got a sum of figures of column b i row a29as a formula in a29 my
formula is "=b27"

when i insert a column between a and b my formula chagnes to
"=c27"
I want my formula to be constant.

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
making graphs in excell Alexis Excel Discussion (Misc queries) 1 August 2nd 07 07:53 PM
Making a CSV from several collumns in excell patrick007 Excel Discussion (Misc queries) 3 August 3rd 06 03:39 PM
making variables constant Milo Excel Worksheet Functions 1 November 2nd 04 01:45 AM
making a column of formuls constant Jake Excel Worksheet Functions 2 November 2nd 04 01:45 AM
making calculated fields constant. Jake Mackey Excel Worksheet Functions 1 November 2nd 04 01:44 AM


All times are GMT +1. The time now is 11:14 AM.

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"