Presentation COMPUTER SCIENCE
Presentation COMPUTER SCIENCE
•=SUM(C2:C5)
2. MIN and MAX
• The MIN() formula requires a range of cells, and it
returns the minimum value. For example, we
want to display the minimum weight among all
athletes on the E6 cell. The MIN formula will
search for the minimum value and show 60.
•=MIN(E2:E5)
MAX .
• The MAX() formula is the opposite of MIN(). It will
return the maximum value from the selected range
of cells. The formula will look for the maximum value
and return 82.
•=MAX(E2:E5)
3. AVERAGE
• The AVERAGE() formula calculates the average of
selected cells. You can provide a range of cells (C2:C5)
or select individual cells (C2, C3, C5).
AVERAGE(C2:C5)
=
Average
4. COUNT
• The COUNT() formula counts the total number of
selected cells. It will not count the blank cells and
different data formats other than numeric.
•=COUNT(E2:E5)
Count .
Conclusion
• Microsoft Excel is a powerful and easy-to-use application for
data analysis and reporting. In this post, we have learned the
importance of basic Excel formulas and how they provide us
extra ability to perform complex calculations. Furthermore, we
have learned about various ways of adding formulas to
worksheets and looked in detail at the essential basic Excel
formulas.