View Single Post
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Yes, but you need to use INDIRECT to convert the string
created from ADDRESS to a real reference. For example:

=AVERAGE(INDIRECT(ADDRESS(1,1)),INDIRECT(ADDRESS(5 ,1)))

This is the same as:

=AVERAGE(A1,A5)

HTH
Jason
Atlanta, GA

-----Original Message-----
Is it possible to use =address to supply the cell

addresses for the range in
the average function. I can get all the pieces to work

separately but can't
nest the =address function within =average
.