Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cmattmills
 
Posts: n/a
Default keeping a sum array static

I would like to create a SUM function that goes from A1:A10 (for example) and
does not expand or contract as I add or remove cells within the array.
Currently if I insert a cell, the function will change to A1:A11 which I do
not want. Ideas?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default keeping a sum array static

=SUM(INDIRECT("A1:A10"))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"cmattmills" wrote in message
...
I would like to create a SUM function that goes from A1:A10 (for example)

and
does not expand or contract as I add or remove cells within the array.
Currently if I insert a cell, the function will change to A1:A11 which I

do
not want. Ideas?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default keeping a sum array static

Try something like this:

=SUM(INDIRECT("a1:a10"))

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"cmattmills" wrote:

I would like to create a SUM function that goes from A1:A10 (for example) and
does not expand or contract as I add or remove cells within the array.
Currently if I insert a cell, the function will change to A1:A11 which I do
not want. Ideas?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick
 
Posts: n/a
Default keeping a sum array static

=SUM(INDIRECT("A1:A10"))

HTH,
Bernie
MS Excel MVP


"cmattmills" wrote in message
...
I would like to create a SUM function that goes from A1:A10 (for example) and
does not expand or contract as I add or remove cells within the array.
Currently if I insert a cell, the function will change to A1:A11 which I do
not want. Ideas?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cmattmills
 
Posts: n/a
Default keeping a sum array static

Thank you all for responding so quickly! It works, and now I can get on with
MY work!



"Bernie Deitrick" wrote:

=SUM(INDIRECT("A1:A10"))

HTH,
Bernie
MS Excel MVP


"cmattmills" wrote in message
...
I would like to create a SUM function that goes from A1:A10 (for example) and
does not expand or contract as I add or remove cells within the array.
Currently if I insert a cell, the function will change to A1:A11 which I do
not want. Ideas?




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
keeping formulas static when cutitng and pasting associated celldata ben New Users to Excel 2 October 28th 05 01:10 AM
Right Filling A Formula Whilst Keeping A Static Column kevtherev Excel Discussion (Misc queries) 4 September 29th 05 10:18 PM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
VBA Import of text file & Array parsing of that data Dennis Excel Discussion (Misc queries) 4 November 28th 04 10:20 PM
Keeping Array values? MJSlattery Excel Worksheet Functions 0 November 5th 04 08:25 PM


All times are GMT +1. The time now is 07:05 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"