Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
keeping formulas static when cutitng and pasting associated celldata | New Users to Excel | |||
Right Filling A Formula Whilst Keeping A Static Column | Excel Discussion (Misc queries) | |||
Formula to list unique values | Excel Worksheet Functions | |||
VBA Import of text file & Array parsing of that data | Excel Discussion (Misc queries) | |||
Keeping Array values? | Excel Worksheet Functions |