Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i need to execute a formula on a column of data that is growing. how can i
automatically accomodate this growing range ? =AVERAGE(A1:A10) with A10 increasing any suggestions would be appreciated brian |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could Highlight the entire A column and enter a name into the Name box
Like MyRange then change your formula to this =AVERAGE(MyRange) "Brian Young" wrote: i need to execute a formula on a column of data that is growing. how can i automatically accomodate this growing range ? =AVERAGE(A1:A10) with A10 increasing any suggestions would be appreciated brian |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike
Could you advise if I was to do this in a Macro what would the command be ? Thanks Brian "Mike" wrote: You could Highlight the entire A column and enter a name into the Name box Like MyRange then change your formula to this =AVERAGE(MyRange) "Brian Young" wrote: i need to execute a formula on a column of data that is growing. how can i automatically accomodate this growing range ? =AVERAGE(A1:A10) with A10 increasing any suggestions would be appreciated brian |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
should have added that i may want the range to start at A5 and omit the first 4 rows Cheers brian "Mike" wrote: You could Highlight the entire A column and enter a name into the Name box Like MyRange then change your formula to this =AVERAGE(MyRange) "Brian Young" wrote: i need to execute a formula on a column of data that is growing. how can i automatically accomodate this growing range ? =AVERAGE(A1:A10) with A10 increasing any suggestions would be appreciated brian |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=AVERAGE(A5:A65500)
"Brian Young" wrote: i need to execute a formula on a column of data that is growing. how can i automatically accomodate this growing range ? =AVERAGE(A1:A10) with A10 increasing any suggestions would be appreciated brian |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You might want to consider using a Dynamic Range Name, which automatically
expands and contracts to accomodate the data (and without VBA code). See Debra Dalgleish's website for instructions; http://www.contextures.com/xlNames01.html#Dynamic Is that something you can work with? *********** Regards, Ron XL2002, WinXP "Brian Young" wrote: i need to execute a formula on a column of data that is growing. how can i automatically accomodate this growing range ? =AVERAGE(A1:A10) with A10 increasing any suggestions would be appreciated brian |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
subtract the value by setting up automatically | Excel Discussion (Misc queries) | |||
Excel Addin:Setting the range to the Excel.Range object range prop | Excel Worksheet Functions | |||
hide comments automatically (can't find the setting) | Excel Discussion (Misc queries) | |||
Setting up hyperlinks automatically | Excel Worksheet Functions | |||
Setting today's date automatically in Excel. | Excel Worksheet Functions |