Thread: formulas
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
&rew &rew is offline
external usenet poster
 
Posts: 2
Default formulas

Average the averages, just as you averaged the original numbers! For example,
lets say:
B11 =AVERAGE(B1:B10) and
D21 =AVERAGE(D1:D20)

To average these two averages:
=AVERAGE(B11,D21)

"newbeab" wrote:

how do i avrage two ro mere avrages