0% found this document useful (0 votes)
21 views8 pages

Microsoft Excel Built-In Functions: Takes All The Values in Each of The Specified Cells and Totals Their Values

This document summarizes several built-in functions in Microsoft Excel including SUM, AVERAGE, MAX, MIN, COUNT, COUNTA, IF, and cell referencing. It provides the purpose and syntax for each function. The SUM function totals values, AVERAGE calculates the average, MAX returns the maximum value, and MIN returns the minimum value. COUNT counts numeric entries and COUNTA counts both numeric and text entries. IF performs conditional checks. Relative cell references change when copied while absolute references remain constant with dollar signs.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views8 pages

Microsoft Excel Built-In Functions: Takes All The Values in Each of The Specified Cells and Totals Their Values

This document summarizes several built-in functions in Microsoft Excel including SUM, AVERAGE, MAX, MIN, COUNT, COUNTA, IF, and cell referencing. It provides the purpose and syntax for each function. The SUM function totals values, AVERAGE calculates the average, MAX returns the maximum value, and MIN returns the minimum value. COUNT counts numeric entries and COUNTA counts both numeric and text entries. IF performs conditional checks. Relative cell references change when copied while absolute references remain constant with dollar signs.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Microsoft Excel Built-in Functions

SUM( )
 Takes all the values in each of the
specified cells and totals their values.
• =SUM(number1, number2, …)
AVERAGE( )
 Finds the average of the specified
data.
• =AVERAGE(number1, number2, …)
Microsoft Excel Built-in Functions
MAX( )
 This will return the largest

(maximum) value in the selected


range of cells
• =MAX(number1, number2, …)
MIN( )
 This will return the smallest
(minimum) value in the selected
range of cells.
• =MIN(number1, number2, …)
Microsoft Excel Built-in Functions
COUNT( )
 This will return the number of entries
(actually counts each cell that contains
number data) in the selected range of cells.
• =COUNT(value1, value2, …)
COUNTA( )
 This will return the number of entries

(actually counts each cell that contains


number OR text data) in the selected range
of cells.
• =COUNTA(value1, value2, …)
Microsoft Excel Built-in Functions
IF( )
 Will check the logical condition of a statement

and return one value if true and a different value


if false.
• =IF(condition, value-if-TRUE, value-if-FALSE)
Example:
C3 = IF(B3 >=75, “Passed”, “Failed”)
C3 = IF(B3 <=74, “Failed”, “Passed”)
Function Wizard:

It is a help tool for functions.


Cell Referencing
Relative Cell References
 Relative references change when a formula is copied to
another cell.
Cell Referencing
Absolute Cell References
 Remain constant no matter where they are copied.
 An absolute reference is designated in a formula by the
addition of a dollar sign ($). It can precede the column
reference, the row reference, or both.

You might also like