

InterviewSolution
Saved Bookmarks
1. |
Which of the following is used to calculate the average of a range of values |
Answer» returns the AVERAGE (arithmetic MEAN) of the argumentExplanation:For example, if the range A1:A20 contains NUMBERS, the FORMULA =AVERAGE(A1:A20) returns the average of those numbers. |
|