Computer Science, asked by vipulchab8337, 4 months ago

Write the formula to calculate the avarage of the three number storage in cell a1, a2 and a3

Answers

Answered by sangeetabhanwar
0

Answer:

write the formula : AVG (A1:A3)

Description. Returns the average (arithmetic mean) of the arguments. For example, if the range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers.

Explanation:

Similar questions