Computer Science, asked by anmolsharmaanmolshar, 3 months ago

write the formula to calculate the average of the cell values from A1 through A10?​

Answers

Answered by richitavermadpsv
11

Answer:

hope it's helpful to you!

Explanation:

  • SUM. Formula: =SUM(5, 5) or =SUM(A1, B1) or =SUM(A1:B5) ...
  • COUNT. Formula: =COUNT(A1:A10) ...
  • COUNTA. Formula: =COUNTA(A1:A10) ...
  • AVERAGE. Formula: =AVERAGE(number1, [number2],...) ...
  • MAX function. This function Returns the largest value in a set of values. ...
  • MIN Function. ...
  • Percentage.
Answered by Anonymous
7

Answer:

formula. =sum(A1: a10)or

Count the cells with a certain value. For example, if you have =COUNTIF(A1:A10,"TEST") in cell A11, then any cell between A1 through A10 with the word "test" is counted as one. So, if you have five cells in that range containing the word "test," the value "5" is shown in cell A11 (10-5=5).

Similar questions