Average
From TSG Library of Knowledge
for the Excel average function; In the formula bar enter:
=Average(x,y) Will return the average of the cells listed. Can be used to average many cells.
=AVERAGE(a,b,c,d,x,y,z)
=AVERAGE(A1:A50)
Will average all cells between cell A1 and A50.

