setting a range automatically

B

Brian Young

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
 
M

Mike

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)
 
B

Brian Young

Hi Mike

Could you advise if I was to do this in a Macro what would the command be ?

Thanks

Brian
 
B

Brian Young

Hi

should have added that i may want the range to start at A5 and omit the
first 4 rows

Cheers

brian
 
Top