What are the common MS Excel formulas?
Answers
Answered by
1
Answer:
Seven Basic Excel Formulas For Your Workflow
=SUM(number1, [number2], …) ...
=SUM(A2:A8) – A simple selection that sums the values of a column.
=SUM(A2:A8)/20 – Shows you can also turn your function into a formula. ...
=AVERAGE(number1, [number2], …) ...
=AVERAGE(B2:B11) – Shows a simple average, also similar to (SUM(B2:B11)/10)
Answered by
2
Answer:
1.SUM(number1, [number2], …) ...
2.SUM(A2:A8) – A simple selection that sums the values of a column.
3.SUM(A2:A8)/20 – Shows you can also turn your function into a formula. ...
4.AVERAGE(number1, [number2], …) ...
5.AVERAGE(B2:B11) – Shows a simple average, also similar to (SUM(B2:B11)/10)
Similar questions