In Excel, which formula can be used to calculate the average of the values in cells A1 to A10?


=MAX(A1:A10)


=SUM(A1:A10)/COUNT(A1:A10)


=AVERAGE(A1:A10)


=SUM(A1:A10)/10

=AVERAGE(A1:A10)